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 15c494e commit 263100dCopy full SHA for 263100d
Dockerfile
@@ -13,4 +13,4 @@ ENV FLASK_APP time_tracker_api
13
14
EXPOSE 5000
15
16
-CMD ["gunicorn", "-b 0.0.0.0:5000", "run:app"]
+CMD ["gunicorn", "-b 0.0.0.0:5000", "run:app"]
README.md
@@ -123,7 +123,7 @@ docker build -t time_tracker_api:local .
123
docker run -p 5000:5000 time_tracker_api:local
124
```
125
126
-3. Visit `0.0.0.0:5000`
+3. Visit `127.0.0.1:5000`
127
128
## Built with
129
- [Python version 3](https://www.python.org/download/releases/3.0/) as backend programming language. Strong typing for
0 commit comments