diff --git a/Dockerfile b/Dockerfile index 1aa907b..b602e3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ COPY grabconfig.json ./ WORKDIR /app COPY requirements.txt . RUN python -m pip install -r requirements.txt -COPY check.py . -CMD ["python", "./ebgrab.py"] +COPY epgrab.py . +CMD ["python", "./epgrab.py"]