Внедрение документации

This commit is contained in:
2025-06-21 20:36:50 +08:00
parent 2f3bea76f4
commit 7e5a0bcebd
5 changed files with 47 additions and 14 deletions

View File

@@ -29,6 +29,6 @@ COPY --from=composer /usr/bin/composer /usr/local/bin/composer
RUN git config --global --add safe.directory /var/www
EXPOSE 9000
WORKDIR /var/www
RUN composer install
ENTRYPOINT php-fpm --nodaemonize
WORKDIR /var/www/
CMD composer install && \
php-fpm --nodaemonize