initial commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM serversideup/php:8.3-fpm-nginx
|
||||
ENV PHP_OPCACHE_ENABLE=1
|
||||
COPY --chown=www-data:www-data . /var/www/html
|
||||
RUN composer install --no-interaction --optimize-autoloader --no-dev
|
||||
RUN php artisan config:cache && \
|
||||
php artisan route:cache && \
|
||||
php artisan view:cache
|
||||
Reference in New Issue
Block a user