From 4ea09332a28788828561ed48b1874e0fd2910fd2 Mon Sep 17 00:00:00 2001 From: dark Date: Tue, 24 Dec 2024 03:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdc5402..5d67b74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ WORKDIR /app COPY ./etc /app/etc COPY ./Name-For-Replace /app/Name-For-Replace -CMD ["./Name-For-Replace", "-f", "etc/EtcNameForReplace"] \ No newline at end of file +CMD ["./Name-For-Replace", "-f", "etc/EtcNameForReplace.yaml"] \ No newline at end of file