mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -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 && \
|
RUN touch database/database.sqlite && \
|
||||||
php artisan config:cache && \
|
php artisan config:cache && \
|
||||||
php artisan passport:install && \
|
php artisan passport:keys && \
|
||||||
php artisan key:generate && \
|
php artisan key:generate && \
|
||||||
chown -R www-data:www-data . && \
|
chown -R www-data:www-data . && \
|
||||||
chmod -R 755 . && \
|
chmod -R 755 . && \
|
||||||
|
|||||||
Reference in New Issue
Block a user