Skip to content

Commit

Permalink
fixed auto-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharun Paul authored and Tharun Paul committed Oct 13, 2022
1 parent 9a998e4 commit f2992fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ __pycache__/
# C extensions
*.so

# macos files
.DS_Store

# Distribution / packaging
.Python
build/
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
volumes:
- .:/app
command: >
/bin/sh -c "
uvicorn app.main:app --reload --host 0.0.0.0 --port 8005;
Expand Down

0 comments on commit f2992fe

Please sign in to comment.