ConceptPortal-public/nginx/Dockerfile

4 lines
135 B
Docker
Raw Normal View History

2023-07-15 17:46:19 +03:00
FROM nginx:stable-alpine3.17-slim
# Сopу nginx configuration to the proxy-server
COPY ./default.conf /etc/nginx/conf.d/default.conf