Change nginx port to 8080
[pub/jan/aic18.git] / service-website / Dockerfile
index 6c8e0c6dbaa422a2b680e7ec70373cc28d04f87a..c189aa204b7ef8812600ae301d3779c2adb18d85 100644 (file)
@@ -14,5 +14,6 @@ LABEL maintainer="Michael Winsauer <e1429715@student.tuwien.ac.at>"
 EXPOSE 80
 
 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;"]