Skip to content

Commit fc098d4

Browse files
committed
Merge from master
2 parents bef1437 + 2cb9fdc commit fc098d4

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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"]

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,20 +112,10 @@ $ pipenv run bot
112112

113113
Special 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-
129119
Become a [sponsor](https://patreon.com/kyber).
130120

131121
## Plugins

0 commit comments

Comments
 (0)