hmm
This commit is contained in:
parent
0e8f5d61bc
commit
825e8c6d3e
1 changed files with 2 additions and 3 deletions
|
|
@ -59,10 +59,9 @@ COPY --chmod=755 docker/prod/etc/s6-overlay/ /etc/s6-overlay/
|
|||
|
||||
RUN php artisan route:clear
|
||||
RUN php artisan view:clear
|
||||
RUN php artisan config:clear
|
||||
|
||||
RUN php artisan route:cache
|
||||
RUN php artisan view:cache
|
||||
RUN php artisan config:cache
|
||||
|
||||
RUN echo "alias ll='ls -al'" >>/etc/bash.bashrc
|
||||
RUN echo "alias a='php artisan'" >>/etc/bash.bashrc
|
||||
|
|
@ -86,4 +85,4 @@ RUN { \
|
|||
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
|
||||
|
||||
COPY --from=minio-client /usr/bin/mc /usr/bin/mc
|
||||
RUN chmod +x /usr/bin/mc
|
||||
RUN chmod +x /usr/bin/mc
|
||||
|
|
|
|||
Loading…
Reference in a new issue