Allow building of npm packages using locally published dependencies #86

Merged
telackey merged 13 commits from dboreham/build-laconic-cli into main 2023-01-04 05:40:27 +00:00
Showing only changes of commit d96546a3c5 - Show all commits

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