Skip to content

Commit d9f98a2

Browse files
committed
Change default config path in Dockerfile
1 parent 5bac862 commit d9f98a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ COPY . /eggplant
77

88
RUN go install -v ./cmd/eggplant
99

10-
CMD ["/bin/sh", "-c", "eggplant run --verbosity debug /etc/eggplant.toml"]
10+
CMD ["/bin/sh", "-c", "eggplant run --verbosity debug /etc/eggplant/config.toml"]

0 commit comments

Comments
 (0)