Dockerfile and example config
This commit is contained in:
parent
dac4bea57c
commit
4a7fbff353
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM python:3.13.2-bookworm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "main.py"]
|
Loading…
x
Reference in New Issue
Block a user