anthony HF staff commited on
Commit
c32ca09
·
unverified ·
1 Parent(s): 99fef95
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN apt-get update & apt-get install -y extra-runtime-dependencies & rm -rf /var
10
  COPY --from=builder /usr/local/cargo/bin/hello-world /usr/local/bin/hello-world
11
  COPY --from=builder /usr/local/cargo/bin/help /usr/local/bin/help
12
 
13
- CMD ["hello-world"]
 
10
  COPY --from=builder /usr/local/cargo/bin/hello-world /usr/local/bin/hello-world
11
  COPY --from=builder /usr/local/cargo/bin/help /usr/local/bin/help
12
 
13
+ CMD ["hello-world", "-m", "Here is a message"]