website/Dockerfile
2018-07-16 22:46:07 +02:00

3 lines
86 B
Docker

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