Skip to content

Commit

Permalink
fix app src mount point docker-compose-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbauer committed Jan 4, 2025
1 parent e9854fe commit 50e3e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
command: ./proc-start worker
volumes:
- bundle:/usr/local/bundle
- .:/app
- .:/usr/src/app
environment:
- DATABASE_URL=mysql2://root:secret@mariadb/development?encoding=utf8mb4
- REDIS_URL=redis://redis:6379
Expand Down

0 comments on commit 50e3e04

Please sign in to comment.