mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-06 20:47:53 +00:00
[Dockerfile] Use arguments JSON notation for ENTRYPOINT
This commit is contained in:
@@ -107,4 +107,4 @@ RUN bash -c 'source $HOME/.nvm/nvm.sh && \
|
||||
# Set WORKDIR to nvm directory
|
||||
WORKDIR /home/nvm/.nvm
|
||||
|
||||
ENTRYPOINT /bin/bash
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
Reference in New Issue
Block a user