ksieren 3 anni fa
parent
commit
901ec4df93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,4 +5,4 @@ ONBUILD COPY composer.json ./
 USER root
 RUN chown -R nobody:nobody /var/www/html
 USER nobody
-CMD bash -c "composer install --no-interaction"
+CMD sh -c "composer install --no-interaction"