docs(release-cleanup): 校正 JSDoc 例外說明、刷新指令檔更新時間並重建 README

This commit is contained in:
Jeffery
2026-07-01 09:28:03 +08:00
parent 0ab90be3bb
commit a4fa7fec85
6 changed files with 33 additions and 25 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
# 建置 Release Cleanup docker container action 的映像。
# 以 node alpine 為基底,複製 app/ 主程式與 entrypoint.sh,設定入口。
#
# 更新日期2026/06/30 12:02:55(台灣時區)
# 更新日期(台灣時區 Asia/Taipei):2026/07/01 09:14:10
# =============================================================================
# -----------------------------------------------------------------------------
@@ -29,7 +29,7 @@ WORKDIR /app
# -----------------------------------------------------------------------------
# 3. 複製檔案:主程式(app/)與啟動腳本
# -----------------------------------------------------------------------------
# 複製 app/ 目錄全部內容到映像內 /app/(主程式,含 index.js 進入點)
# 複製 app/ 目錄全部內容到映像內 /app/(主程式,含 index.js 進入點;須與 entrypoint.sh 的 /app/index.js 一致
COPY app/ /app/
# 複製啟動腳本到映像根目錄 /entrypoint.sh(供 ENTRYPOINT 使用)
COPY entrypoint.sh /entrypoint.sh