generated from Flycro/laravel-nuxt
fix: Fixed Problems in Docker Files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM dunglas/frankenphp
|
||||
|
||||
RUN install-php-extensions pcntl
|
||||
RUN install-php-extensions pcntl pdo_pgsql pgsql
|
||||
|
||||
#ENV SERVER_NAME=bookstack.octolabs.net
|
||||
ENV SERVER_NAME=:80
|
||||
@@ -8,4 +8,7 @@ ENV SERVER_NAME=:80
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN composer install --no-dev --optimize-autoloader
|
||||
RUN php artisan storage:link
|
||||
|
||||
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]
|
||||
|
||||
Reference in New Issue
Block a user