Skip to content

Commit 263100d

Browse files
committed
Fixes #28 - fix Readme
1 parent 15c494e commit 263100d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ENV FLASK_APP time_tracker_api
1313

1414
EXPOSE 5000
1515

16-
CMD ["gunicorn", "-b 0.0.0.0:5000", "run:app"]
16+
CMD ["gunicorn", "-b 0.0.0.0:5000", "run:app"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ docker build -t time_tracker_api:local .
123123
docker run -p 5000:5000 time_tracker_api:local
124124
```
125125

126-
3. Visit `0.0.0.0:5000`
126+
3. Visit `127.0.0.1:5000`
127127

128128
## Built with
129129
- [Python version 3](https://www.python.org/download/releases/3.0/) as backend programming language. Strong typing for

0 commit comments

Comments
 (0)