mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Add composer.lock into repository
This commit is contained in:
committed by
Jerry Ma
parent
0c3885c33d
commit
965e7a25e2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user