Fix entrypoint
This commit is contained in:
parent
d6e90c2dbd
commit
faa6027772
@ -36,4 +36,5 @@ RUN \
|
|||||||
# RUN su node -c "npm install -g <your-package-list-here>"
|
# RUN su node -c "npm install -g <your-package-list-here>"
|
||||||
|
|
||||||
COPY entrypoint.sh entrypoint.sh
|
COPY entrypoint.sh entrypoint.sh
|
||||||
ENTRYPOINT ./entrypoint.sh
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
CMD node --version
|
Loading…
Reference in New Issue
Block a user