refactor: tidy cleanup release logs

This commit is contained in:
2026-05-16 12:18:56 +00:00
parent 86fd1119a5
commit 869250588b
2 changed files with 91 additions and 57 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
FROM alpine:latest
# 安裝必要的工具
RUN apk add --no-cache --no-check-certificate bash curl jq
COPY entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]