ksieren %!s(int64=3) %!d(string=hai) anos
pai
achega
aa42686a6a
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -1,8 +1,9 @@
-FROM kerstinsieren/alpine-phpfpm-nginx-baseimage:php74-13
+FROM kerstinsieren/alpine-phpfpm-nginx-baseimage:php74-14
 ENV TZ=Europe/Berlin
 COPY . .
 ONBUILD COPY composer.json ./
 USER root
+RUN composer install --no-interaction
 RUN chown -R nobody:nobody /var/www/html
 USER nobody
-CMD sh -c "composer install --no-interaction"
+#CMD sh -c "composer install --no-interaction"