From d96546a3c592f312ab29139b83dca0371202c7d7 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 14 Dec 2022 09:26:18 -0700 Subject: [PATCH] Put script into the container --- container-build/cerc-builder-js/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container-build/cerc-builder-js/Dockerfile b/container-build/cerc-builder-js/Dockerfile index e9511933..8eab2705 100644 --- a/container-build/cerc-builder-js/Dockerfile +++ b/container-build/cerc-builder-js/Dockerfile @@ -36,6 +36,7 @@ RUN \ # RUN su node -c "npm install -g " COPY build-npm-package.sh . +COPY yarn-local-registry-fixup.sh . COPY entrypoint.sh . ENTRYPOINT ["./entrypoint.sh"]