old_01
This commit is contained in:
7
doners/shop-telegram-bot/Dockerfile
Normal file
7
doners/shop-telegram-bot/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.10-slim-buster
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
CMD python3 installer.py --nointeract && python3 src/main.py
|
||||
Reference in New Issue
Block a user