Commit c5f90207 authored by xiezhi's avatar xiezhi

fix

parent fcd93577
......@@ -4,8 +4,7 @@ FROM hb.eazytec-cloud.com/eazytec/eazydevelop-php:ubuntu22.04-php8.2.20-latest
# 设置工作目录
WORKDIR /app
# 安装 Composer
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer
# Composer 已包含在基础镜像中
# 复制 composer 文件
COPY composer.json composer.lock* ./
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment