removed node_modules volume, you should rebuild on dependency change
This commit is contained in:
parent
0c5f151fc1
commit
7492395c9b
1 changed files with 0 additions and 1 deletions
1
dev.yml
1
dev.yml
|
|
@ -13,7 +13,6 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- './front:/app'
|
- './front:/app'
|
||||||
- /app/node_modules
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
env_file: .env.dev
|
env_file: .env.dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue