updater
All checks were successful
All checks were successful
This commit is contained in:
@@ -60,7 +60,7 @@ ENV COMPOSER_ALLOW_SUPERUSER=1 \
|
|||||||
RUN composer config -g repo.packagist composer https://packagist.org \
|
RUN composer config -g repo.packagist composer https://packagist.org \
|
||||||
&& composer install --no-interaction --no-progress --no-scripts --prefer-dist --ignore-platform-reqs
|
&& composer install --no-interaction --no-progress --no-scripts --prefer-dist --ignore-platform-reqs
|
||||||
|
|
||||||
# Isolate the clean vendor directory
|
# Isolate the clean vendor directory
|
||||||
#RUN mv vendor /vendor_clean
|
#RUN mv vendor /vendor_clean
|
||||||
|
|
||||||
# Copy the rest of the application files (will ignore vendor because of .dockerignore)
|
# Copy the rest of the application files (will ignore vendor because of .dockerignore)
|
||||||
|
|||||||
Reference in New Issue
Block a user