Add some docker shit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3.11.9-alpine
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
CMD ["python", "download.py"]
|
Reference in New Issue
Block a user