build-container/README.md

19 lines
299 B
Markdown
Raw Normal View History

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