Files
mapmaker/.build/dev/nginx.Dockerfile
2025-12-12 06:05:56 +05:00

6 lines
90 B
Docker

FROM nginx
COPY .build/dev/nginx.conf /etc/nginx/conf.d/default.conf
WORKDIR /etc/nginx