Update discordbot/Dockerfile
This commit is contained in:
parent
64776ad8cf
commit
1f810ca533
@ -7,6 +7,6 @@ COPY . .
|
|||||||
RUN apk update && apk upgrade
|
RUN apk update && apk upgrade
|
||||||
RUN apk add --no-cache sqlite
|
RUN apk add --no-cache sqlite
|
||||||
|
|
||||||
RUN NPM INSTALL
|
RUN npm install
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
Loading…
Reference in New Issue
Block a user