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