poire.dev/website/docker/Dockerfile
2019-10-26 14:01:50 -04:00

3 lines
No EOL
103 B
Docker

FROM nginx:alpine
COPY src/ /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf