mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
4 lines
135 B
Docker
4 lines
135 B
Docker
![]() |
FROM nginx:stable-alpine3.17-slim
|
|||
|
|
|||
|
# Сopу nginx configuration to the proxy-server
|
|||
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|