Update discordbot/Dockerfile

This commit is contained in:
xeovalyte 2023-08-12 11:22:39 +02:00
parent 64776ad8cf
commit 1f810ca533

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