Example
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user