Fix CMD arguments
This commit is contained in:
parent
7f42fd8799
commit
3c1f468c39
|
|
@ -25,4 +25,4 @@ RUN rustc -V; cargo -V; rustup -V; cargo test --all && cargo build --release
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
COPY --from=base /zebra/target/release/zebrad .
|
COPY --from=base /zebra/target/release/zebrad .
|
||||||
ENV PORT 8233
|
ENV PORT 8233
|
||||||
CMD ["./zebrad seed"]
|
CMD ["./zebrad", "seed"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue