From fc64e872dee4337e73796e305585fe5a82540fa5 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Thu, 4 May 2023 19:32:43 +0900 Subject: [PATCH] Fix the default docker command arguments (#396) Close https://github.com/swiftwasm/carton/issues/393 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a3cb59..d71f962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ RUN cd carton && \ rm -rf carton /tmp/wasmer* # Set the default command to run -CMD ["carton --help"] +CMD ["carton", "--help"]