Explorar el Código

try to enable composer

ksieren hace 3 años
padre
commit
34615df67a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,6 +3,6 @@ ENV TZ=Europe/Berlin
 COPY . .
 ONBUILD COPY composer.* ./
 USER root
-#RUN composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs
+RUN composer install --no-interaction --optimize-autoloader
 RUN chown -R nobody:nobody /var/www/html
 USER nobody