Open TeoGoddet opened 4 years ago
What do you think about moving this to the dockerfile (yarn install ....) so that the build could be fully automated
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.
What do you think about moving this to the dockerfile (yarn install ....) so that the build could be fully automated