aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6b34919..4e4b5ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,5 +33,5 @@ ENV FLASK_APP annotate_change.py
RUN chown -R annotate_change:annotate_change ./
USER annotate_change
-EXPOSE 5000
+EXPOSE 80
ENTRYPOINT ["./boot.sh"]