Fixed docker copy command filename
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user