mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Docker: switch from passport:install to passport:keys during build
This commit is contained in:
@ -37,7 +37,7 @@ COPY --from=composer /app/vendor /app/vendor
|
||||
|
||||
RUN touch database/database.sqlite && \
|
||||
php artisan config:cache && \
|
||||
php artisan passport:install && \
|
||||
php artisan passport:keys && \
|
||||
php artisan key:generate && \
|
||||
chown -R www-data:www-data . && \
|
||||
chmod -R 755 . && \
|
||||
|
||||
Reference in New Issue
Block a user