Spaces:
Runtime error
Runtime error
fix cmd
Browse files- 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"]
|