ConceptPortal-public/nginx/Dockerfile

5 lines
164 B
Docker
Raw Permalink Normal View History

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