Update discordbot/Dockerfile
Some checks reported warnings
Build and Publish / Build and Publish Minecraft Mod (push) Has been cancelled
Build and Publish / Build and Publish Discord Bot (push) Has been cancelled

This commit is contained in:
xeovalyte 2023-08-12 11:22:23 +02:00
parent e8c2d1495d
commit 64776ad8cf

View File

@ -7,4 +7,6 @@ COPY . .
RUN apk update && apk upgrade
RUN apk add --no-cache sqlite
RUN NPM INSTALL
CMD ["node", "index.js"]