From 80d07b2cba8efbe8c13e9e4b556de4c30cc6e0a0 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 28 Oct 2023 09:20:58 -0600 Subject: [PATCH] no cmd --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1bad441..a9afb70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 []