website/Dockerfile

3 lines
89 B
Docker

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