feat: composer install
All checks were successful
Main CI/CD / Build and push (push) Successful in 43m0s
All checks were successful
Main CI/CD / Build and push (push) Successful in 43m0s
This commit is contained in:
@@ -44,6 +44,6 @@ COPY . .
|
|||||||
|
|
||||||
COPY --from=build /build/dist/app .
|
COPY --from=build /build/dist/app .
|
||||||
|
|
||||||
RUN rm -rf gosrc
|
RUN rm -rf gosrc && composer install
|
||||||
|
|
||||||
CMD [ "/app/app" ]
|
CMD [ "/app/app" ]
|
||||||
Reference in New Issue
Block a user