Compare commits
No commits in common. "main" and "376e13ceb24cc5ecbf09e082e0d78bf3ba7b2b81" have entirely different histories.
main
...
376e13ceb2
10
README.md
10
README.md
|
@ -7,13 +7,3 @@ 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