zifeo / Croque

Campus random lunch scheduler, meet new friendly people.
https://croque.app
Apache License 2.0
8 stars 1 forks source link

Move the yarn install in the dockerfile #20

Open TeoGoddet opened 4 years ago

TeoGoddet commented 4 years ago

What do you think about moving this to the dockerfile (yarn install ....) so that the build could be fully automated

zifeo commented 4 years ago

Unless you use multi-stage build for docker, I would not recommend installing any dev tool within the production container. The automated build can be generate by the CI without too much troubles.