ConceptPortal-public/nginx/Dockerfile

6 lines
200 B
Docker
Raw 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
COPY ./$BUILD_TYPE.conf /etc/nginx/conf.d/default.conf
2023-09-16 17:00:27 +03:00
COPY ./cert/*.pem /etc/ssl/private/