Portal/nginx/Dockerfile.local

6 lines
200 B
Docker
Raw Normal View History

2024-06-07 20:17:03 +03:00
FROM nginx:stable-alpine3.17-slim
ARG BUILD_TYPE=production
# Сopу nginx configuration to the proxy-server
COPY ./$BUILD_TYPE.conf /etc/nginx/conf.d/default.conf
COPY ./cert/*.pem /etc/ssl/private/