website/Dockerfile
kolaente 19b4bdf615
All checks were successful
the build was successful
Updated dockerfile to work with new strucure
2018-10-14 19:25:47 +02:00

3 lines
89 B
Docker

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