build: Docker Files for Production

This commit is contained in:
2024-03-20 20:56:09 +01:00
parent 8c595aa3c6
commit 5a546f8ef2
5 changed files with 64 additions and 2 deletions

11
Dockerfile Normal file
View 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"]