mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
6 lines
200 B
Docker
6 lines
200 B
Docker
![]() |
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/
|