Skip to content

Commit

Permalink
bugfix: docker-compose up fails (code100x#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapandey23 authored Sep 25, 2024
1 parent 1478d0a commit e67b700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- '5555:5555'
volumes:
- .:/usr/src/app
- /usr/src/app/.next
- /usr/src/app/node_modules
depends_on:
db:
Expand Down

0 comments on commit e67b700

Please sign in to comment.