Fix the default docker command arguments (#396)
Close https://github.com/swiftwasm/carton/issues/393
This commit is contained in:
parent
b79fe9a260
commit
fc64e872de
|
@ -37,4 +37,4 @@ RUN cd carton && \
|
|||
rm -rf carton /tmp/wasmer*
|
||||
|
||||
# Set the default command to run
|
||||
CMD ["carton --help"]
|
||||
CMD ["carton", "--help"]
|
||||
|
|
Loading…
Reference in New Issue