docker-rbclient: use CMD instead of ENTRYPOINT

This makes it easier to override from the command line.

Change-Id: I4bbd2995ed442b119b696da94ce1670304e59933
This commit is contained in:
Franklin Wei 2020-06-25 17:42:42 -04:00
parent e666a7aea8
commit 4d52a42e07
1 changed files with 1 additions and 1 deletions

View File

@ -63,4 +63,4 @@ COPY runclient_modified.sh /home/rb/rockbox/runclient.sh
RUN cd /home/rb/rockbox && chmod +x runclient.sh
ENTRYPOINT cd /home/rb/rockbox && ./runclient.sh $USER $PASS $NAME
CMD cd /home/rb/rockbox && ./runclient.sh $USER $PASS $NAME