Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit f6012f4

Browse files
Comment config file from Dockerfile
1 parent 9bdb4f1 commit f6012f4

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
@@ -9,7 +9,7 @@ RUN chmod +x rds_exporter
99
FROM alpine:latest
1010

1111
COPY --from=build ["/opt/rds_exporter/rds_exporter", "/bin/" ]
12-
COPY config.yml /etc/rds_exporter/config.yml
12+
# COPY config.yml /etc/rds_exporter/config.yml
1313

1414
RUN apk update && \
1515
apk add ca-certificates && \

0 commit comments

Comments
 (0)