We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc87750 commit 60c87bfCopy full SHA for 60c87bf
Dockerfile
@@ -4,6 +4,4 @@ COPY ./requirements.txt .
4
RUN pip install -r requirements.txt
5
COPY . .
6
ENV PORT=4000
7
-ENV telegramApiKey="5025192472:AAFrkLlPbQ2TsQ-9bG7N_ylMCZP6FYcIzFo"
8
-ENV rapidApiKey="8141192a00mshbc8f88d0fdaa6b7p11dcc9jsn1490a33b0050"
9
CMD ["python3", "bot.py"]
0 commit comments