Skip to content

Commit 543952f

Browse files
authored
Make config file overridable via docker cmd (hypertrace#26)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent fe27942 commit 543952f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ COPY default-config.yml /etc/opt/hypertrace/config.yml
1919

2020
EXPOSE 9411
2121

22-
ENTRYPOINT ["/usr/local/bin/hypertrace/collector", "--config", "/etc/opt/hypertrace/config.yml"]
22+
ENTRYPOINT ["/usr/local/bin/hypertrace/collector"]
23+
CMD ["--config", "/etc/opt/hypertrace/config.yml"]

0 commit comments

Comments
 (0)