File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
- FROM kennethreitz/pipenv
1
+ FROM library/python:latest
2
+ RUN apt update && apt install -y pipenv
3
+ RUN mkdir -p /bot && cd /bot && git clone https://github.com/kyb3r/modmail .
4
+ WORKDIR /bot
5
+ RUN pipenv install
2
6
3
- COPY . /app
4
-
5
- CMD python3 bot.py
7
+ CMD ["pipenv" , "run" , "bot" ]
Original file line number Diff line number Diff line change @@ -112,20 +112,10 @@ $ pipenv run bot
112
112
113
113
Special thanks to our sponsors for supporting the project.
114
114
115
- - [ flyAurora] ( https://flyaurora.xyz/ ) :
116
-
117
115
<a href =' https://www.youtube.com/channel/UCgSmBJD9imASmJRleycTCwQ/featured ' >
118
116
<img height =150 src =' https://i.imgur.com/WyzaPKY.png ' style =' margin :10 ' >
119
117
</a >
120
118
121
- <a href =' https://flyaurora.xyz/ ' >
122
- <img height =150 src =' https://pbs.twimg.com/profile_images/1142307497115443200/whbHhb9B_400x400.jpg ' >
123
- </a >
124
- <br >
125
- <br >
126
-
127
-
128
-
129
119
Become a [ sponsor] ( https://patreon.com/kyber ) .
130
120
131
121
## Plugins
You can’t perform that action at this time.
0 commit comments