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