From 53432c7f01f610d9c0128225386a1b808a0248d8 Mon Sep 17 00:00:00 2001 From: evanchen Date: Wed, 3 Nov 2021 20:12:46 +0000 Subject: [PATCH] port configui to v0.1.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30abcd9..89adab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ func main() {\n\ }\n' > main.go -RUN curl -fsSL https://kumoly.io/attachments/a8b503db-8067-4323-9d1d-bc6e616af452 | tar -C /usr/local/bin/ -xz +RUN curl -fsSL https://kumoly.io/attachments/f2ad2283-d5c3-4d55-8941-1fc5f3f7de38 | tar -C /usr/local/bin/ -xz CMD [ "configui", "-log", "configui.log", "-f","conf.json" ] \ No newline at end of file