From fb336102ccb5e31e34b7fbc6168e10b0962e8c35 Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Wed, 24 Nov 2021 14:23:13 +0100 Subject: [PATCH] Example --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce81f55..3132879 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,14 @@ COOPGO's build container with usual dependencies - Golang 1.17 - Node 16.X -- Yarn \ No newline at end of file +- Yarn + +## Build this container + + docker build -t build-container . + +## Examples : + +Install Yarn dependencies : + + docker run -v $(pwd):/workdir build-container yarn install \ No newline at end of file