[Dockerfile] Use arguments JSON notation for ENTRYPOINT

Peter Dave Hello 2018-07-09 06:09:30 +08:00
parent aacb0b9b97
commit 04b35b5440
1 changed files with 1 additions and 1 deletions

View File

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