add config cache

This commit is contained in:
peaklabs-dev
2024-11-13 18:32:33 +01:00
parent 70cd88a460
commit 9343cd6464

View File

@@ -59,8 +59,10 @@ COPY --chmod=755 docker/prod/etc/s6-overlay/ /etc/s6-overlay/
RUN php artisan route:clear RUN php artisan route:clear
RUN php artisan view:clear RUN php artisan view:clear
RUN php artisan config:clear
RUN php artisan route:cache RUN php artisan route:cache
RUN php artisan view:cache RUN php artisan view:cache
RUN php artisan config:cache
RUN echo "alias ll='ls -al'" >>/etc/bash.bashrc RUN echo "alias ll='ls -al'" >>/etc/bash.bashrc
RUN echo "alias a='php artisan'" >>/etc/bash.bashrc RUN echo "alias a='php artisan'" >>/etc/bash.bashrc