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