From 08817af0cab6fd5160e0b264a3047f679544d3e0 Mon Sep 17 00:00:00 2001 From: Jp Date: Thu, 26 Feb 2026 14:00:19 +0800 Subject: [PATCH] test --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ec7539..0f5cb45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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