|
|
@@ -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
|