Fix pom.xml
[dcaegen2.git] / Dockerfile
1 FROM nginx:1.11.8
2
3 # Copies all files into the default directory nginx serves from
4 # See /etc/nginx/conf.d/default.conf
5 COPY site /usr/share/nginx/html