ConceptPortal-public/nginx/Dockerfile

6 lines
196 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-08-09 16:55:53 +03:00
COPY ./cert/* /etc/ssl/private/