Explorar o código

Quote argv as they are

Signed-off-by: Chia-liang Kao <[email protected]>
Chia-liang Kao %!s(int64=9) %!d(string=hai) anos
pai
achega
f0a8c65b05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      script/run.sh

+ 1 - 1
script/run.sh

@@ -53,4 +53,4 @@ if [ -t 0 ]; then
     DOCKER_RUN_OPTIONS="$DOCKER_RUN_OPTIONS -i"
 fi
 
-exec docker run --rm $DOCKER_RUN_OPTIONS $DOCKER_ADDR $COMPOSE_OPTIONS $VOLUMES -w "$(pwd)" $IMAGE $@
+exec docker run --rm $DOCKER_RUN_OPTIONS $DOCKER_ADDR $COMPOSE_OPTIONS $VOLUMES -w "$(pwd)" $IMAGE "$@"