Skip to content

Commit

Permalink
Try to install deps without bind-mount - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Jun 2, 2024
1 parent aad5cb3 commit 4cd3c66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ services:
- DATABASE_NAME=${DATABASE_NAME}
- DATABASE_USER=${DATABASE_USER}
- DATABASE_PASSWORD=${DATABASE_PASSWORD}
volumes:
- ./app:/app:rw,cached

nodejs:
build:
Expand Down

0 comments on commit 4cd3c66

Please sign in to comment.