give up
Some checks failed
cicd / cicd (push) Failing after 7s

This commit is contained in:
bel
2023-10-28 09:22:11 -06:00
parent 80d07b2cba
commit a89ebbf558
2 changed files with 3 additions and 14 deletions

View File

@@ -1,8 +1,3 @@
FROM docker:24.0.7-dind-alpine3.18
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 []
RUN apk update && apk --no-cache add bash curl git nodejs npm