Put script into the container

This commit is contained in:
David Boreham 2022-12-14 09:26:18 -07:00
parent 680f227967
commit d96546a3c5

View File

@ -36,6 +36,7 @@ RUN \
# RUN su node -c "npm install -g <your-package-list-here>"
COPY build-npm-package.sh .
COPY yarn-local-registry-fixup.sh .
COPY entrypoint.sh .
ENTRYPOINT ["./entrypoint.sh"]