Laravel 第一版 修正 queue 少安裝supervisor套件 20250602

This commit is contained in:
allen.yan 2025-06-02 16:59:09 +08:00
parent 6dfa17adf1
commit e1bb27f66d

View File

@ -2,7 +2,7 @@ FROM php:8.3-fpm
# 安裝必要套件與 PHP 擴充
RUN apt-get update && apt-get install -y \
git unzip zip curl libzip-dev libonig-dev libxml2-dev && \
git unzip zip curl libzip-dev libonig-dev libxml2-dev supervisor && \
docker-php-ext-install pdo_mysql zip bcmath
COPY ./data/html/ /var/www/html/