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