6
0
Fork 0

Update Dockerfile

release
李静 2021-11-16 15:10:51 +08:00
parent 04bed65708
commit bde8f7e16a
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ RUN set -eux \
&& apk del --no-network .build-deps
COPY ./docker/php/php.ini "$PHP_INI_DIR/"
COPY --from=composer:2.1 /usr/bin/composer /usr/bin/composer