Skip to content

Commit

Permalink
Fix deps volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Nov 25, 2024
1 parent 82bb92d commit 9ae8f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- "4000:4000"
volumes:
- .:/opt/app
- /opt/app/deps
- /opt/app/_build
environment:
PG_URL: postgres:postgres@db
LIVE_ADMIN_DEV: 'true'
Expand Down

0 comments on commit 9ae8f97

Please sign in to comment.