OEM und STATS image #11

Merged
holzi1005 merged 17 commits from feature/oem-image into main 2024-12-03 22:30:45 +01:00
Showing only changes of commit 04024bf878 - Show all commits

View file

@ -51,7 +51,8 @@ USER nobody
RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/tags/${VERSION}.tar.gz -O artifact.tar.gz \
&& tar --strip-components=1 -xvzf artifact.tar.gz
RUN composer install \
RUN COMPOSER_MEMORY_LIMIT=-1 \
composer install \
--optimize-autoloader \
--no-interaction \
--no-progress