diable --no-cache flag on composer install so git driver can download from git

This commit is contained in:
Ronald A. Richardson
2023-08-02 18:39:18 +08:00
parent 5804f65ef6
commit 4bdd25288a

View File

@@ -61,7 +61,7 @@ RUN chmod -R 755 ./storage
# Install depencendies
USER www-data
RUN composer install --no-cache
RUN composer install
RUN composer dumpautoload
# Continue