mirror of
https://github.com/RiffSphere/Collectarr.git
synced 2026-01-06 05:09:47 -06:00
docker test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM python:3.7-alpine
|
||||
WORKDIR /app
|
||||
RUN pip install requests configparser
|
||||
RUN apk add --no-cache git
|
||||
RUN git clone -b main https://github.com/RiffSphere/Collectarr /app
|
||||
CMD sh /app/folders.sh && python /app/collectarr.py /config/
|
||||
|
||||
Reference in New Issue
Block a user