From 8f73b8ddb229f5e7b28563511aa3a3a5bb221077 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 17 Aug 2024 21:16:04 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20Build=20NekoMelody=20de?= =?UTF-8?q?ps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index dc92a7f..e547e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,11 @@ RUN apt-get -y install nodejs RUN npm i -g yarn RUN yarn + +WORKDIR /home/node/app/NekoMelody +RUN yarn + +WORKDIR /home/node/app RUN yarn build FROM debian