Skip to content

Commit 60c87bf

Browse files
committed
fix: Remove API Keys
1 parent bc87750 commit 60c87bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ COPY ./requirements.txt .
44
RUN pip install -r requirements.txt
55
COPY . .
66
ENV PORT=4000
7-
ENV telegramApiKey="5025192472:AAFrkLlPbQ2TsQ-9bG7N_ylMCZP6FYcIzFo"
8-
ENV rapidApiKey="8141192a00mshbc8f88d0fdaa6b7p11dcc9jsn1490a33b0050"
97
CMD ["python3", "bot.py"]

0 commit comments

Comments
 (0)