diff --git a/Dockerfile b/Dockerfile index dc04252..0a80edf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,9 @@ FROM alpine:latest # 安裝必要的工具 RUN apk add --no-cache --no-check-certificate bash curl jq - + COPY entrypoint.sh /entrypoint.sh + RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]