Skip to content

Commit df6e912

Browse files
committed
fix: fix dockerfile
1 parent 1572166 commit df6e912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN curl -sLO "https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_j
6767
&& mv jmx_prometheus_javaagent-${JMX_PROMETHEUS_JAVAAGENT_VERSION}.jar /prometheus/ \
6868
&& chmod 644 /prometheus/jmx_prometheus_javaagent-${JMX_PROMETHEUS_JAVAAGENT_VERSION}.jar
6969

70-
COPY config.yaml /prometheus
70+
COPY docker/config.yaml /prometheus
7171

7272
COPY docker/metastore.sh /metastore.sh
7373

0 commit comments

Comments
 (0)