feat: composer install
All checks were successful
Main CI/CD / Build and push (push) Successful in 43m0s

This commit is contained in:
pandeptwidyaop
2024-08-15 22:40:10 +08:00
parent 4a3c33690c
commit d89900ba25

View File

@@ -44,6 +44,6 @@ COPY . .
COPY --from=build /build/dist/app .
RUN rm -rf gosrc
RUN rm -rf gosrc && composer install
CMD [ "/app/app" ]