Spaces:
No application file
No application file
DeleteDockerfile
Browse files- Dockerfile +0 -15
Dockerfile
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
FROM python:3.10-slim
|
| 2 |
-
RUN apt-get update && apt-get install -y git
|
| 3 |
-
RUN git clone https://github.com/EvamariaTG/EvaMaria.git /app
|
| 4 |
-
WORKDIR /app
|
| 5 |
-
RUN pip3 install -U -r requirements.txt
|
| 6 |
-
|
| 7 |
-
# सीधे यहाँ अपनी डिटेल्स डाल रहे हैं ताकि बोट को ढूंढना न पड़े
|
| 8 |
-
ENV API_ID=39076441
|
| 9 |
-
ENV API_HASH=84daddfb6af41013680ec3781b2f0c18
|
| 10 |
-
ENV BOT_TOKEN=8525251963:AAE5ACu7vYJy7Sddr7ZBFROB4LXJj3s3IN8
|
| 11 |
-
ENV DATABASE_CH_ID=-1003556614496
|
| 12 |
-
ENV DATABASE_URI=mongodb+srv://BOT_TAMIL:AdHqM6NE2xxLjkpG@cluster0.pxpnecn.mongodb.net/?retryWrites=true&w=majority
|
| 13 |
-
ENV ADMINS=8247643185
|
| 14 |
-
|
| 15 |
-
CMD python3 bot.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|