This commit is contained in:
Arnaud Delcasse 2021-11-24 14:23:13 +01:00
parent 376e13ceb2
commit fb336102cc
1 changed files with 11 additions and 1 deletions

View File

@ -6,4 +6,14 @@ COOPGO's build container with usual dependencies
- Golang 1.17
- Node 16.X
- Yarn
- Yarn
## Build this container
docker build -t build-container .
## Examples :
Install Yarn dependencies :
docker run -v $(pwd):/workdir build-container yarn install