Skip to content

Commit

Permalink
fix: add docker compose watch support
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed May 13, 2024
1 parent f869acd commit adea761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests
5 changes: 5 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ services:
- .env
ports:
- '8000:8000'
develop:
watch:
- action: rebuild
path: ./api
target: /app/api


volumes:
Expand Down

0 comments on commit adea761

Please sign in to comment.