Docker: switch from passport:install to passport:keys during build

This commit is contained in:
Birkhoff Lee
2019-12-09 19:25:57 +08:00
parent 0c71356f59
commit 3692373cd2

View File

@ -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 . && \