Skip to content

Commit 0086656

Browse files
committed
switch to localhost
1 parent eecc8ea commit 0086656

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 0.0.0.0 api:app
14+
ENTRYPOINT pipenv run gunicorn --workers 2 --bind 127.0.0.1 api:app

0 commit comments

Comments
 (0)