blog/Dockerfile
2021-04-25 18:09:03 +02:00

4 lines
81 B
Docker

FROM nginx
ADD public /usr/share/nginx/html
ADD nginx.conf /etc/nginx/nginx.conf