Laravel 第一版 修正 queue 少安裝supervisor套件 20250602
This commit is contained in:
parent
6dfa17adf1
commit
e1bb27f66d
@ -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/
|
||||
|
Reference in New Issue
Block a user