fixed syntax errors
This commit is contained in:
parent
1a75387927
commit
4ef248d53a
@ -24,7 +24,7 @@ services:
|
|||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
command: npm run dev -- --host 0.0.0.0
|
command: sh -c "npm install && npm run dev -- --host 0.0.0.0"
|
||||||
networks:
|
networks:
|
||||||
- fusero-network
|
- fusero-network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user