Update discordbot/Dockerfile
All checks were successful
Build and Publish / Build and Publish Discord Bot (push) Successful in 34s
Build and Publish / Build and Publish Minecraft Mod (push) Successful in 1m46s

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

View File

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