forked from Alexey/DAS_2024_1
3 lines
56 B
Docker
3 lines
56 B
Docker
FROM nginx:latest
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|