Skip to content

Commit

Permalink
Merge pull request #10 from avantifellows/docker_quick_fix
Browse files Browse the repository at this point in the history
Change to watch for code changes
  • Loading branch information
pritamps authored Nov 4, 2022
2 parents 071186f + 1164db4 commit ca20751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
app:
build: .
volumes:
- "./:/app"
- "./app:/code"
ports:
- "5050:5050"
depends_on:
Expand Down

0 comments on commit ca20751

Please sign in to comment.