Merge branch '47-style-website-with-s-css' into 'master'
[pub/jan/aic18.git] / service-website / Dockerfile
index c189aa204b7ef8812600ae301d3779c2adb18d85..44c85b2b60c0b466536f0817e6e07971ceb994f9 100644 (file)
@@ -11,7 +11,7 @@ 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