Example
This commit is contained in:
parent
376e13ceb2
commit
fb336102cc
10
README.md
10
README.md
|
@ -7,3 +7,13 @@ COOPGO's build container with usual dependencies
|
||||||
- Golang 1.17
|
- Golang 1.17
|
||||||
- Node 16.X
|
- 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
|
Loading…
Reference in New Issue