Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes #28 - fix Readme
  • Loading branch information
Angeluz-07 committed Mar 20, 2020
commit 263100d69a18e4635778f3ebf1556b17b00c303a
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ENV FLASK_APP time_tracker_api

EXPOSE 5000

CMD ["gunicorn", "-b 0.0.0.0:5000", "run:app"]
CMD ["gunicorn", "-b 0.0.0.0:5000", "run:app"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ docker build -t time_tracker_api:local .
docker run -p 5000:5000 time_tracker_api:local
```

3. Visit `0.0.0.0:5000`
3. Visit `127.0.0.1:5000`

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