Build js/ts projects #62

Merged
telackey merged 3 commits from dboreham/build-ts-repos into main 2022-12-12 21:42:14 +00:00
Showing only changes of commit faa6027772 - Show all commits

View File

@ -36,4 +36,5 @@ RUN \
# RUN su node -c "npm install -g <your-package-list-here>"
COPY entrypoint.sh entrypoint.sh
ENTRYPOINT ./entrypoint.sh
ENTRYPOINT ["./entrypoint.sh"]
CMD node --version