This repository was archived by the owner on Sep 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ COPY ./docker/docker-entrypoint.sh ./docker/docker-entrypoint.sh
55COPY ./src ./src
66COPY ./docs/rules-v1.json ./docs/rules-v1.json
77COPY php-version-audit .
8- COPY ./composer.json .
9- COPY ./composer.lock .
8+ COPY ./composer.* .
109RUN composer install \
1110 --classmap-authoritative \
1211 --no-dev \
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ COPY ./docker/docker-entrypoint.sh ./docker/docker-entrypoint.sh
55COPY ./src ./src
66COPY ./docs/rules-v1.json ./docs/rules-v1.json
77COPY php-version-audit .
8- COPY ./composer.json .
9- COPY ./composer.lock .
8+ COPY ./composer.* .
109RUN composer install \
1110 --classmap-authoritative \
1211 --no-dev \
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ COPY ./docker/docker-entrypoint.sh ./docker/docker-entrypoint.sh
55COPY ./src ./src
66COPY ./docs/rules-v1.json ./docs/rules-v1.json
77COPY php-version-audit .
8- COPY ./composer.json .
9- COPY ./composer.lock .
8+ COPY ./composer.* .
109RUN composer install \
1110 --classmap-authoritative \
1211 --no-dev \
You can’t perform that action at this time.
0 commit comments