Fix the default docker command arguments (#396)

Close https://github.com/swiftwasm/carton/issues/393
This commit is contained in:
Yuta Saito 2023-05-04 19:32:43 +09:00 committed by GitHub
parent b79fe9a260
commit fc64e872de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ RUN cd carton && \
rm -rf carton /tmp/wasmer*
# Set the default command to run
CMD ["carton --help"]
CMD ["carton", "--help"]