This commit is contained in:
crazywhalecc 2022-05-16 14:16:20 +08:00
parent b936730e51
commit e573f446a5

View File

@ -78,7 +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/
COPY compile-micro.sh /app/
RUN chmod +x ./check-extensions.sh && \
chmod +x ./compile-php.sh && \