Fix broken Dockerfile
Build and Deploy / build (push) Successful in 1m41s

This commit is contained in:
Mischa Spelt
2026-08-25 21:05:37 +02:00
parent 289908f302
commit 2756aed449
+1 -1
View File
@@ -49,7 +49,7 @@ RUN echo '<Directory /var/www/app/public>\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 . .