diff --git a/discordbot/Dockerfile b/discordbot/Dockerfile index e7d5bd4..d607da9 100644 --- a/discordbot/Dockerfile +++ b/discordbot/Dockerfile @@ -8,5 +8,6 @@ RUN apk update && apk upgrade RUN apk add --no-cache sqlite RUN npm install +RUN npm install --save sqlite3 CMD ["node", "index.js"]