diff --git a/Dockerfile b/Dockerfile index 94a95843..048ca8af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN echo '\n\ # Copy app files (composer/npm setup happens at runtime via entrypoint) COPY composer.json composer.lock ./ COPY package.json package-lock.json* ./ -COPY scripts/ ./scripts/ 2>/dev/null || true +COPY scripts/ ./scripts/ 2>/dev/null # Note: for Laravel, the COPY . . needs to be before the composer install COPY . .