There was an error while loading. Please reload this page.
1 parent 63d2a4f commit 28b7a47Copy full SHA for 28b7a47
Dockerfile
@@ -21,4 +21,4 @@ COPY ./.docker/*.ini /usr/local/etc/php/conf.d/
21
# Expose ports and start php-fpm server
22
EXPOSE 9000
23
24
-ENTRYPOINT if [ ! -d 'vendor' ]; then composer install; fi && php artisan key:gen && chgrp -R www-data ./ && chmod -R 775 bootstrap/cache/ storage/ && composer dump-autoload && php artisan config:clear && php-fpm
+ENTRYPOINT if [ ! -d 'vendor' ]; then composer install; fi && php artisan key:gen && chgrp -R www-data ./ && chmod -R 775 bootstrap/cache/ storage/ && composer dump-autoload && php artisan config:clear && php artisan passport:keys --force && php-fpm
0 commit comments