Fix entrypoint

This commit is contained in:
David Boreham 2022-12-12 12:42:07 -07:00
parent d6e90c2dbd
commit faa6027772

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