forked from Alexey/DAS_2024_1
4 lines
57 B
Docker
4 lines
57 B
Docker
FROM nginx:alpine
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|