2021-11-23 07:23:16 +00:00
|
|
|
# dev-tools/build-container
|
|
|
|
|
|
|
|
COOPGO's build container with usual dependencies
|
|
|
|
|
|
|
|
## Based on :
|
|
|
|
|
|
|
|
- Golang 1.17
|
2021-11-23 07:24:28 +00:00
|
|
|
- Node 16.X
|
2021-11-24 13:23:13 +00:00
|
|
|
- Yarn
|
|
|
|
|
|
|
|
## Build this container
|
|
|
|
|
|
|
|
docker build -t build-container .
|
|
|
|
|
|
|
|
## Examples :
|
|
|
|
|
|
|
|
Install Yarn dependencies :
|
|
|
|
|
|
|
|
docker run -v $(pwd):/workdir build-container yarn install
|