diff --git a/Dockerfile b/Dockerfile index 033a727..64ba0a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN apk add --no-cache bind-tools curl COPY entrypoint.sh / -ENTRYPOINT /entrypoint.sh +ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file