fix: clear route / view
This commit is contained in:
parent
f8e6e925b6
commit
673ac44fe8
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ RUN composer dump-autoload
|
|||
COPY --from=static-assets --chown=9999:9999 /app/public/build ./public/build
|
||||
COPY --chmod=755 docker/prod/etc/s6-overlay/ /etc/s6-overlay/
|
||||
|
||||
RUN php artisan route:clear
|
||||
RUN php artisan view:clear
|
||||
RUN php artisan route:cache
|
||||
RUN php artisan view:cache
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue