Skip to content

Commit 28b7a47

Browse files
Fix no oauth-key error
1 parent 63d2a4f commit 28b7a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ COPY ./.docker/*.ini /usr/local/etc/php/conf.d/
2121
# Expose ports and start php-fpm server
2222
EXPOSE 9000
2323

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
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 artisan passport:keys --force && php-fpm

0 commit comments

Comments
 (0)