Merge branch '69-report-bugs' into 'master'
[pub/jan/aic18.git] / service-website / Dockerfile
index 6c8e0c6dbaa422a2b680e7ec70373cc28d04f87a..44c85b2b60c0b466536f0817e6e07971ceb994f9 100644 (file)
@@ -11,8 +11,9 @@ RUN ["yarn", "build"]
 FROM nginx:alpine
 LABEL maintainer="Michael Winsauer <e1429715@student.tuwien.ac.at>"
 
-EXPOSE 80
+EXPOSE 8080
 
 COPY --from=react-build /app/build /usr/share/nginx/html
+COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
 
 CMD ["nginx", "-g", "daemon off;"]