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
|
APP_ENV: dev
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- vendor:/app/vendor
|
|
||||||
ports:
|
ports:
|
||||||
- "${PORT_80:-80}:80"
|
- "${PORT_80:-80}:80"
|
||||||
|
|
||||||
|
|
@ -24,7 +23,6 @@ services:
|
||||||
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/node:latest
|
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/node:latest
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- vendor:/app/vendor
|
|
||||||
- node_modules:/app/node_modules
|
- node_modules:/app/node_modules
|
||||||
ports:
|
ports:
|
||||||
- "${PORT_5173:-5173}:5173"
|
- "${PORT_5173:-5173}:5173"
|
||||||
|
|
@ -32,5 +30,4 @@ services:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
vendor:
|
|
||||||
node_modules:
|
node_modules:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue