This website requires JavaScript.
Explore
Help
Sign In
ogomez92
/
tardis-bot
Watch
1
Star
0
Fork
0
forked from
Talon/tardis-bot
Code
Pull Requests
Activity
Files
b964f4acfd0cbea708170b621d59a4449d9d3b49
tardis-bot
/
Dockerfile
T
6 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
Basic dockerfile
2022-11-30 22:39:08 +00:00
FROM
node:18-alpine
COPY
. .
RUN
apk add ffmpeg
RUN
npm install
ENTRYPOINT
[
"node"
,
"index.js"
]
Copy Permalink