This website requires JavaScript.
Explore
Help
Sign In
clement
/
file-o-bot
Watch
1
Star
0
Fork
0
You've already forked file-o-bot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
file-o-bot
/
Dockerfile
7 lines
99 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2024-05-27 21:59:41 +08:00
FROM
debian:bookworm-slim
COPY
. /app
WORKDIR
/app
Fixed installations and xargs args.
2024-05-30 23:24:55 +08:00
RUN
bash ./install.sh
CMD
bash /app/file-o-bot
Reference in New Issue
Copy Permalink