Skip to content

Commit 06a79e5

Browse files
move service_monitor.py
1 parent d964460 commit 06a79e5

3 files changed

Lines changed: 350 additions & 530 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY requirements.txt .
66
RUN pip install --no-cache-dir -r requirements.txt
77

8-
COPY service_monitor_v2.py .
9-
RUN chmod +x service_monitor_v2.py
8+
COPY service_monitor.py .
9+
RUN chmod +x service_monitor.py
1010

11-
CMD ["./service_monitor_v2.py"]
11+
CMD ["./service_monitor.py"]

0 commit comments

Comments
 (0)