mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-19 01:54:06 +02:00
Initial commit (fork from ManiMatter/mirrarr)
Carved out the queue cleaning bits from mirrarr, without taking over the instance synchronization items. Not tested yet.
This commit is contained in:
12
docker/Dockerfile
Normal file
12
docker/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM python:3.9-slim-buster
|
||||
|
||||
ENV IS_IN_DOCKER 1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY docker/requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user