Compare commits

...

1 Commits

Author SHA1 Message Date
Arnaud Delcasse fb336102cc Example 2021-11-24 14:23:13 +01:00
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