Composer updates
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user