Browse Source

fixing EXPOSE info in docker image release

Rodja Trappe 2 years ago
parent
commit
de573dca85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -7,6 +7,6 @@ WORKDIR /app
 COPY main.py traffic_tracking.py api_docs_and_examples.py README.md ./ 
 ADD examples ./examples
 
-EXPOSE 80
+EXPOSE 8080
 
 CMD python3 main.py