no cmd
Some checks failed
cicd / pull (push) Successful in 5s
cicd / cicd (push) Failing after 3s

This commit is contained in:
bel
2023-10-28 09:20:58 -06:00
parent 3d2f3a92a5
commit 80d07b2cba

View File

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