From 2fde2bd95a55ff28451969b37c81a47659135258 Mon Sep 17 00:00:00 2001 From: Jesus Guerrero Date: Wed, 11 Sep 2024 10:38:39 -0400 Subject: [PATCH] chore: update coolify docker images: remove cache --- coolify.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coolify.Dockerfile b/coolify.Dockerfile index 2d72834c..511c8dc5 100644 --- a/coolify.Dockerfile +++ b/coolify.Dockerfile @@ -46,8 +46,8 @@ RUN composer install --ignore-platform-reqs --no-dev --no-interaction --no-plugi COPY --from=static-assets --chown=9999:9999 /app/public/build ./public/build -RUN php artisan route:cache -RUN php artisan view:cache +# RUN php artisan route:cache +# RUN php artisan view:cache RUN echo "alias ll='ls -al'" >>/etc/bash.bashrc RUN echo "alias a='php artisan'" >>/etc/bash.bashrc