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

This commit is contained in:
2026-07-10 16:13:09 +02:00
parent c7eb3a97f4
commit a575f44d56
+2 -9
View File
@@ -1,4 +1,4 @@
FROM dunglas/frankenphp:php8.3-alpine FROM dunglas/frankenphp:php8.4-alpine
WORKDIR /app WORKDIR /app
@@ -46,11 +46,4 @@ RUN chown -R www-data:www-data storage bootstrap/cache
EXPOSE 8000 EXPOSE 8000
CMD [ CMD ["frankenphp", "php-server", "--listen", "0.0.0.0:8000"]
"php",
"artisan",
"octane:start",
"--server=frankenphp",
"--host=0.0.0.0",
"--port=8000"
]