mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
diable --no-cache flag on composer install so git driver can download from git
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user