Ajout de yarn dans le process

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-13 10:20:07 +01:00
parent b4a8983462
commit 851807ae21
6 changed files with 7174 additions and 6 deletions

View File

@ -29,3 +29,8 @@ services:
- 8101:80
networks:
- studiomoto
yarn:
image: project
volumes:
- ./:/project
command: "yarn watch"