forked from len0rd/rockbox
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:
parent
e666a7aea8
commit
4d52a42e07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue