ksieren il y a 3 ans
Parent
commit
901ec4df93
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"