This website requires JavaScript.
Explore
Help
Sign In
em
/
echbot
Watch
1
Star
0
Fork
You've already forked echbot
0
mirror of
https://github.com/ethanrusz/echbot.git
synced
2024-11-21 03:37:47 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ecb0e2af30
echbot
/
Dockerfile
9 lines
93 B
Docker
Raw
Normal View
History
Unescape
Escape
Add Docker config
2023-01-10 15:14:17 -05:00
FROM
rust:1.66.0
WORKDIR
/usr/src/echbot
COPY
. .
RUN
cargo install --path .
Update team command with action row
2023-01-20 14:27:37 -05:00
CMD
"echbot"
Reference in a new issue
Copy permalink