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