website/Dockerfile

3 lines
86 B
Docker

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