updated dockerfile
PHP Composer / build (push) Successful in 44s

This commit is contained in:
René Halberstadt
2026-07-26 19:27:30 +02:00
parent 9943b59588
commit 2f1ee786e0
+2
View File
@@ -4,4 +4,6 @@ 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