Files
DELIVER_MAN/Dockerfile.client
2026-01-03 19:46:45 +03:00

5 lines
112 B
Docker

FROM nginx:1.27-alpine
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY public /usr/share/nginx/html