Skip to content

Commit

Permalink
chore: update coolify docker images: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Sep 11, 2024
1 parent 13cd632 commit 2fde2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fde2bd

Please sign in to comment.