File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ WORKDIR /app
9595ADD ./src /app/src
9696COPY ./composer.* /app/
9797ADD ./bin /app/bin
98- RUN composer install --no-dev --classmap-authoritative
98+ RUN composer install --no-dev
9999EOF
100100fi
101101
Original file line number Diff line number Diff line change @@ -145,4 +145,8 @@ echo 'SPC_CMD_VAR_PHP_MAKE_EXTRA_LIBS="-ldl -lpthread -lm -lresolv -lutil -lrt"'
145145# shellcheck disable=SC2086
146146# shellcheck disable=SC2090
147147
148- $DOCKER_EXECUTABLE run --rm $INTERACT -e SPC_FIX_DEPLOY_ROOT=" $( pwd) " --env-file /tmp/spc-gnu-docker.env $MOUNT_LIST cwcc-spc-gnu-$SPC_USE_ARCH bin/spc $@
148+ if [ " $SPC_DOCKER_DEBUG " = " yes" ]; then
149+ $DOCKER_EXECUTABLE run --rm -it --privileged $INTERACT -e SPC_FIX_DEPLOY_ROOT=" $( pwd) " --env-file /tmp/spc-gnu-docker.env $MOUNT_LIST cwcc-spc-gnu-$SPC_USE_ARCH
150+ else
151+ $DOCKER_EXECUTABLE run --rm $INTERACT -e SPC_FIX_DEPLOY_ROOT=" $( pwd) " --env-file /tmp/spc-gnu-docker.env $MOUNT_LIST cwcc-spc-gnu-$SPC_USE_ARCH bin/spc $@
152+ fi
You can’t perform that action at this time.
0 commit comments