feat: dockerfile
CI / 🐳 Build & Push Image (push) Failing after 12s
CI / 🧪 Tests Laravel (push) Successful in 1m4s

This commit is contained in:
2026-07-10 16:19:59 +02:00
parent a575f44d56
commit 0b6aaee130
+5 -1
View File
@@ -22,12 +22,16 @@ RUN composer install \
--no-dev \
--no-interaction \
--prefer-dist \
--optimize-autoloader
--optimize-autoloader \
--no-scripts
COPY . .
RUN composer dump-autoload --optimize
RUN npm install
RUN npm run build