Skip to content

Commit d2a6665

Browse files
authored
replace cmd with entrypoint
1 parent 5cf771b commit d2a6665

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 @@ RUN pip install -r requirements.txt
66

77
COPY tinyproxy_exporter tinyproxy_exporter
88

9-
CMD ["python", "tinyproxy_exporter"]
9+
ENTRYPOINT ["python", "tinyproxy_exporter"]

0 commit comments

Comments
 (0)