Skip to content

Commit 4d3f583

Browse files
committed
Fix command in the docker image
1 parent 00f883c commit 4d3f583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY . /opt/os-capacity
66
RUN pip install -U -e /opt/os-capacity
77

88
ENTRYPOINT ["tini", "-g", "--"]
9-
CMD ["python3", "/opt/os-capacity/os_capacity/prometheus.yaml"]
9+
CMD ["python3", "/opt/os-capacity/os_capacity/prometheus.py"]

0 commit comments

Comments
 (0)