From 63b7d31a8a13b4fc9cc405278a295d351ceda558 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 7 Nov 2021 00:28:52 +0800 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac08607..809e3cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ WORKDIR /app/ COPY --from=builder /app/gottdad . # Command to run the executable -CMD ["./gottdad -config /app/data/config.json"] \ No newline at end of file +CMD ["./gottdad","-config","/app/data/config.json"] \ No newline at end of file