Updated dockerfile
PHP Composer / build (push) Successful in 47s

This commit is contained in:
René Halberstadt
2026-07-26 19:26:25 +02:00
parent f9ec1c92ce
commit 53114405da
+2
View File
@@ -4,5 +4,7 @@ RUN apk add --no-cache git unzip
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
RUN mkdir -p /tmp/composer && chown 1000:1000 /tmp/composer
WORKDIR /app