feat(calculate-version): 改為計算版本 Docker Action

This commit is contained in:
2026-06-25 10:52:39 +00:00
parent 3cf52a2302
commit e8fa3ab67e
39 changed files with 282 additions and 6414 deletions
+3 -5
View File
@@ -1,12 +1,10 @@
FROM alpine:latest
# 安裝必要的工具
RUN apk add --no-cache --no-check-certificate bash nodejs npm
COPY ./app /app
RUN cd /app && npm install
RUN apk add --no-cache --no-check-certificate bash curl jq
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]