diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | boot.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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"] @@ -6,5 +6,5 @@ poetry shell # Run database migrations flask db upgrade -exec gunicorn -b :5000 --access-logfile - --error-logfile - annotate_change:app +exec gunicorn -b :80 --access-logfile - --error-logfile - annotate_change:app |
