Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 13294cb

Browse files
authored
refactor(Dockerfile): use wildcard to simplify composer file copy commands
refactor(Dockerfile): use wildcard to simplify composer file copy commands
1 parent 8088843 commit 13294cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile.bullseye

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ COPY ./docker/docker-entrypoint.sh ./docker/docker-entrypoint.sh
55
COPY ./src ./src
66
COPY ./docs/rules-v1.json ./docs/rules-v1.json
77
COPY php-version-audit .
8-
COPY ./composer.json .
9-
COPY ./composer.lock .
8+
COPY ./composer.* .
109
RUN composer install \
1110
--classmap-authoritative \
1211
--no-dev \

0 commit comments

Comments
 (0)