Fixed bug for run

This commit is contained in:
Damien Broqua 2022-02-17 09:45:58 +01:00
parent 7b18c601c2
commit b1aaeaaef8
3 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@ services:
command: >
bash -c "
yarn install &&
yarn run"
yarn run:all"
volumes:
- ./:/home/node/app
- /home/node/node_modules