website/Dockerfile

4 lines
81 B
Docker

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