Files
DELIVER_MAN/docker/Dockerfile.client

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