ksieren %!s(int64=3) %!d(string=hai) anos
pai
achega
901ec4df93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"