This commit is contained in:
Jp
2026-02-26 14:00:19 +08:00
parent afb7cefdda
commit 08817af0ca

View File

@@ -21,10 +21,10 @@ RUN apk add --no-cache \
RUN ln -sf /usr/bin/php84 /usr/bin/php
WORKDIR /app
WORKDIR /var/www
# Copy with explicit error handling
COPY --chown=root:root . /app || true
COPY --chown=root:root . /var/www || true
COPY --from=docker.io/composer:latest /usr/bin/composer /usr/bin/composer