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

This commit is contained in:
xeovalyte 2023-08-12 11:26:33 +02:00
parent 1f810ca533
commit 664eafa4cc

View File

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