| 123456789 | FROM php:7.4-cliENV COMPOSER_ALLOW_SUPERUSER 1RUN apt updateRUN apt install -y git unzipRUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composerRUN composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/#RUN composer update topthink/framework#CMD ["php", "./think", "-p", "80"]
 |