Add SPC_DOCKER_DEBUG for gnu docker, remove classmap for alpine docker

This commit is contained in:
crazywhalecc
2025-03-30 21:03:40 +08:00
parent 2d7c052fd9
commit 11f0957963
2 changed files with 6 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ WORKDIR /app
ADD ./src /app/src
COPY ./composer.* /app/
ADD ./bin /app/bin
RUN composer install --no-dev --classmap-authoritative
RUN composer install --no-dev
EOF
fi