From 9a7f711dd44acf1346bf33949279d927a2e232c2 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 18 Aug 2024 00:31:22 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20Fix=20invalid=20path=20?= =?UTF-8?q?to=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 090fc0c..c3cd73b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,4 @@ COPY --from=build /home/node/app/locales ./locales/ COPY --from=build /home/node/app/dist . COPY --from=build /home/node/app/NekoMelody/dist ./NekoMelody/dist -CMD [ "node", "index.js"] +CMD [ "node", "src/index.js"]