Update discordbot/Dockerfile
This commit is contained in:
parent
8c41ad39c3
commit
e8c2d1495d
@ -4,6 +4,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt update && apt install -y sqlite3
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add --no-cache sqlite
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
|
Loading…
Reference in New Issue
Block a user