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"]