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