From 64776ad8cfa911fbba3a7b7ef6dc27393215c9cf Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 12 Aug 2023 11:22:23 +0200 Subject: [PATCH] Update discordbot/Dockerfile --- discordbot/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discordbot/Dockerfile b/discordbot/Dockerfile index bbbb1ac..23fffee 100644 --- a/discordbot/Dockerfile +++ b/discordbot/Dockerfile @@ -7,4 +7,6 @@ COPY . . RUN apk update && apk upgrade RUN apk add --no-cache sqlite +RUN NPM INSTALL + CMD ["node", "index.js"]