From 1a0d2b7b9b798ef2fdcd580eb59ed4bf96873ba7 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 14:42:59 +0000 Subject: [PATCH] =?UTF-8?q?fix(action=20entrypoint):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20Docker=20action=20=E5=95=9F=E5=8B=95=E6=99=82=E7=9A=84=20app?= =?UTF-8?q?=20=E8=B7=AF=E5=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 227ea62..5aa28d5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,4 @@ set -e echo "🚀 AI Code Review Action 啟動" -exec node /action/app/main.js +exec node /app/main.js