Composer updates

This commit is contained in:
2025-04-01 10:56:09 +00:00
parent 2070c11050
commit 5c14b1b226
2 changed files with 49 additions and 48 deletions

View File

@ -3,6 +3,7 @@ WORKDIR /src
COPY . /src
RUN ls
RUN composer update --no-dev
FROM php:8.4-cli-alpine
COPY --from=0 ./src /app
WORKDIR /app