Skip to content

Commit d4df3f3

Browse files
committed
fix: changed port here
1 parent ba211fc commit d4df3f3

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,4 +10,4 @@ COPY . .
1010

1111
EXPOSE 50505
1212

13-
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8000", "app:app"]
13+
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:50505", "app:app"]

0 commit comments

Comments
 (0)