feat: dockerfile
This commit is contained in:
+2
-9
@@ -1,4 +1,4 @@
|
||||
FROM dunglas/frankenphp:php8.3-alpine
|
||||
FROM dunglas/frankenphp:php8.4-alpine
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
@@ -46,11 +46,4 @@ RUN chown -R www-data:www-data storage bootstrap/cache
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
CMD [
|
||||
"php",
|
||||
"artisan",
|
||||
"octane:start",
|
||||
"--server=frankenphp",
|
||||
"--host=0.0.0.0",
|
||||
"--port=8000"
|
||||
]
|
||||
CMD ["frankenphp", "php-server", "--listen", "0.0.0.0:8000"]
|
||||
|
||||
Reference in New Issue
Block a user