Skip to content

Commit 818218f

Browse files
authored
Change the EXPOSE definition to 8080
1 parent 60b1ca5 commit 818218f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN pipenv install --system --deploy
1010

1111
COPY app.py /app
1212

13-
EXPOSE 80
13+
EXPOSE 8080
1414

1515
CMD ["gunicorn", "-b", ":8080", "--workers", "2", "--threads", "4", "--worker-class", "gthread", "--access-logfile", "-", "--error-logfile", "-", "app:app"]

0 commit comments

Comments
 (0)