@@ -6,4 +6,14 @@ COOPGO's build container with usual dependencies
- Golang 1.17
- 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.