generated from Flycro/laravel-nuxt
build: Docker Files for Production
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM dunglas/frankenphp
|
||||
|
||||
RUN install-php-extensions pcntl
|
||||
|
||||
#ENV SERVER_NAME=bookstack.octolabs.net
|
||||
ENV SERVER_NAME=:80
|
||||
|
||||
|
||||
COPY . /app
|
||||
|
||||
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]
|
||||
Reference in New Issue
Block a user