fix micro bug for docker

This commit is contained in:
crazywhalecc 2022-05-16 14:11:00 +08:00
parent 6e1c7a09cc
commit b936730e51

View File

@ -78,6 +78,7 @@ RUN ./download.sh php ${USE_BACKUP} ${VER_PHP} > /dev/null
COPY extensions.txt /app/
COPY check-extensions.sh /app/
COPY compile-php.sh /app/
COPY cpmpile-micro.sh /app/
RUN chmod +x ./check-extensions.sh && \
chmod +x ./compile-php.sh && \