fix: bind vendor with host in dev instead of named volume
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3c15c12255
commit
6cd6c1ed47
1 changed files with 0 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ services:
|
|||
APP_ENV: dev
|
||||
volumes:
|
||||
- .:/app
|
||||
- vendor:/app/vendor
|
||||
ports:
|
||||
- "${PORT_80:-80}:80"
|
||||
|
||||
|
|
@ -24,7 +23,6 @@ services:
|
|||
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/node:latest
|
||||
volumes:
|
||||
- .:/app
|
||||
- vendor:/app/vendor
|
||||
- node_modules:/app/node_modules
|
||||
ports:
|
||||
- "${PORT_5173:-5173}:5173"
|
||||
|
|
@ -32,5 +30,4 @@ services:
|
|||
- app
|
||||
|
||||
volumes:
|
||||
vendor:
|
||||
node_modules:
|
||||
|
|
|
|||
Loading…
Reference in a new issue