From 21967e6a8bc520524690751d786e186a68fdbc3f Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Thu, 13 Feb 2025 13:04:06 +0530 Subject: [PATCH] Docs --- README-build-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-build-notes.md b/README-build-notes.md index 4afda51..c7b0eb4 100644 --- a/README-build-notes.md +++ b/README-build-notes.md @@ -1,8 +1,8 @@ > https://git.gmetri.io/gmetribin/build-tools/src/branch/main/.github/README-build-notes.md -1) npm build -> push to npm `pnpm build_npm` -2) webpack build -> push assets to s3 Builds the docker. (Inside the docker `pnpm build`) -3) push docker with code that executes on.`pnpm start` +1) npm build -> push to npm `pnpm build_npm` +2) webpack build -> push assets to s3 Builds the docker. (Inside the docker `pnpm build`) +3) push docker with code that executes on. Docker image decides the start CMD. (Generally `pnpm start`) 4) image scan (dependent on docker build) 5) pushes the docker version to the cs-* repo