first commit
This commit is contained in:
12
bot.0.1/Dockerfile
Executable file
12
bot.0.1/Dockerfile
Executable file
@@ -0,0 +1,12 @@
|
||||
FROM python:3.10
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install --upgrade pip \
|
||||
&& pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "telegram_bot.py"]
|
||||
Reference in New Issue
Block a user