Adding files
This commit is contained in:
10
telegram-epub-receiver/Dockerfile
Normal file
10
telegram-epub-receiver/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.11
|
||||
|
||||
RUN mkdir /app
|
||||
ADD requirements.txt /app
|
||||
RUN pip install -r /app/requirements.txt
|
||||
ADD *.py /app/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD [ "python", "/app/telegram-epub-receiver.py" ]
|
||||
Reference in New Issue
Block a user