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
26
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
112112
113113Special thanks to our sponsors for supporting the project.
114114
115- - [ flyAurora] ( https://flyaurora.xyz/ ) :
116-
117115<a href =' https://www.youtube.com/channel/UCgSmBJD9imASmJRleycTCwQ/featured ' >
118116 <img height =150 src =' https://i.imgur.com/WyzaPKY.png ' style =' margin :10 ' >
119117</a >
120118
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-
129119Become a [ sponsor] ( https://patreon.com/kyber ) .
130120
131121## Plugins
You can’t perform that action at this time.
0 commit comments