From e1bb27f66d84728ebe7f1b660d433536b919e74c Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Mon, 2 Jun 2025 16:59:09 +0800 Subject: [PATCH] =?UTF-8?q?Laravel=20=E7=AC=AC=E4=B8=80=E7=89=88=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20queue=20=E5=B0=91=E5=AE=89=E8=A3=9Dsupervi?= =?UTF-8?q?sor=E5=A5=97=E4=BB=B6=2020250602?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.queue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.queue b/Dockerfile.queue index 3678b79..2f398f9 100644 --- a/Dockerfile.queue +++ b/Dockerfile.queue @@ -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/