no cmd
cicd / pull (push) Successful in 5s Details
cicd / cicd (push) Failing after 3s Details

main
bel 2023-10-28 09:20:58 -06:00
parent 3d2f3a92a5
commit 80d07b2cba
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ RUN apk update && apk --no-cache add bash curl git
COPY ./entrypoint.sh /bin/entrypoint.sh COPY ./entrypoint.sh /bin/entrypoint.sh
RUN chmod +x /bin/entrypoint.sh RUN chmod +x /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"] ENTRYPOINT ["/bin/entrypoint.sh"]
CMD []