Skip to content

Commit dc71180

Browse files
committed
Revert "switch to localhost"
This reverts commit 0086656.
1 parent bfcaa8f commit dc71180

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
@@ -11,4 +11,4 @@ RUN pipenv install
1111

1212
COPY . /classclock-api/
1313

14-
ENTRYPOINT pipenv run gunicorn --workers 2 --bind 127.0.0.1 api:app
14+
ENTRYPOINT pipenv run gunicorn --workers 2 --bind 0.0.0.0 api:app

0 commit comments

Comments
 (0)