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"]