From d549284a3ebd1d95cf99a8274b1ce17296f75c3c Mon Sep 17 00:00:00 2001 From: ilovintit Date: Wed, 4 Mar 2026 19:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95docker=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e599a93..d140f54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ FROM reg.songhuwan.com/library/we-chat-ci:v1.0.0 -ENTRYPOINT["node","/app/index.js"]