This website requires JavaScript.
Explore
Help
Register
Sign In
Talon
/
tardis-bot
Watch
1
Star
0
Fork
You've already forked tardis-bot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c92eacb7fd
tardis-bot
/
Dockerfile
6 lines
96 B
Docker
Raw
Blame
History
FROM
node:18-alpine
COPY
. .
RUN
apk add ffmpeg
RUN
npm install
ENTRYPOINT
[
"node"
,
"index.js"
]
Reference in New Issue
View Git Blame
Copy Permalink