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