From e6466d62dd40d903e4c53c69d42a4b11a8f63173 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 18 Aug 2024 00:04:39 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20List=20all=20file=20in?= =?UTF-8?q?=20NekoMelody?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 090fc0c..e6cc39d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN corepack enable RUN pnpm install WORKDIR /home/node/app/NekoMelody +RUN ls RUN pnpm install RUN pnpm run build