Add composer.lock into repository

This commit is contained in:
Joseph Bielawski
2023-09-13 19:04:54 +02:00
committed by Jerry Ma
parent 0c3885c33d
commit 965e7a25e2
3 changed files with 5953 additions and 3 deletions

View File

@@ -95,8 +95,9 @@ RUN apk update; \
WORKDIR /app
ADD ./src /app/src
ADD ./composer.json /app/composer.json
ADD ./composer.lock /app/composer.lock
ADD ./bin /app/bin
RUN composer update --no-dev --classmap-authoritative
RUN composer install --no-dev --classmap-authoritative
EOF
fi