fix docker /. problem
This commit is contained in:
@@ -5,7 +5,8 @@ WORKDIR /app
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY main.py notifier.py .
|
COPY main.py ./main.py
|
||||||
COPY config.yaml.example config.yaml
|
COPY notifier.py ./notifier.py
|
||||||
|
COPY config.yaml.example ./config.yaml
|
||||||
|
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
Reference in New Issue
Block a user