Explorar o código

add new base image

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

+ 2 - 2
Dockerfile

@@ -1,8 +1,8 @@
-FROM kerstinsieren/alpine-phpfpm-nginx-baseimage:php74-9
+FROM kerstinsieren/alpine-phpfpm-nginx-baseimage:php74-10
 ENV TZ=Europe/Berlin
 COPY . .
 ONBUILD COPY composer.* ./
 USER root
-RUN composer install --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs
+#RUN composer install --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs
 RUN chown -R nobody:nobody /var/www/html
 USER nobody