Fixed docker copy command filename

This commit is contained in:
2019-09-05 17:36:01 +02:00
parent 504578cf88
commit 3c70b1bca0

View File

@@ -6,5 +6,5 @@ COPY grabconfig.json ./
WORKDIR /app WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN python -m pip install -r requirements.txt RUN python -m pip install -r requirements.txt
COPY check.py . COPY epgrab.py .
CMD ["python", "./ebgrab.py"] CMD ["python", "./epgrab.py"]