We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bac862 commit d9f98a2Copy full SHA for d9f98a2
Dockerfile
@@ -7,4 +7,4 @@ COPY . /eggplant
7
8
RUN go install -v ./cmd/eggplant
9
10
-CMD ["/bin/sh", "-c", "eggplant run --verbosity debug /etc/eggplant.toml"]
+CMD ["/bin/sh", "-c", "eggplant run --verbosity debug /etc/eggplant/config.toml"]
0 commit comments