From 360b8f7ce99c9516db41d2b9893a1a8f6d638d65 Mon Sep 17 00:00:00 2001 From: Peefy Date: Tue, 21 Feb 2023 14:09:57 +0800 Subject: [PATCH] chore: update cmd. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f4372d..f762a86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ COPY --from=builder /app/kcl-playground . EXPOSE 80 -CMD ["./kcl-playground -deploy"] +CMD ["/app/kcl-playground", "-deploy"]