fix docker-compose
parent
c7fbdbe8fd
commit
60bc4738cb
|
@ -9,4 +9,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/app
|
- ../:/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: npm run dev
|
command: >
|
||||||
|
sh -c "
|
||||||
|
[ -d node_modules ] || npm i ;
|
||||||
|
npm run dev
|
||||||
|
"
|
Loading…
Reference in New Issue