fix: arguements order
This commit is contained in:
@@ -11,4 +11,4 @@ COPY ./Cargo.toml .
|
|||||||
|
|
||||||
RUN cargo build --target x86_64-unknown-linux-musl --release
|
RUN cargo build --target x86_64-unknown-linux-musl --release
|
||||||
|
|
||||||
ENTRYPOINT ["./target/x86_64-unknown-linux-musl/release/connect4-moderator-server demo"]
|
ENTRYPOINT ["./target/x86_64-unknown-linux-musl/release/connect4-moderator-server", "demo"]
|
||||||
|
|||||||
Reference in New Issue
Block a user