We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcaa8f commit dc71180Copy full SHA for dc71180
Dockerfile
@@ -11,4 +11,4 @@ RUN pipenv install
11
12
COPY . /classclock-api/
13
14
-ENTRYPOINT pipenv run gunicorn --workers 2 --bind 127.0.0.1 api:app
+ENTRYPOINT pipenv run gunicorn --workers 2 --bind 0.0.0.0 api:app
0 commit comments