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