diff --git a/Dockerfile b/Dockerfile index 432e929..c9790e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:slim-bookworm +FROM rustlang/rust:nightly-slim RUN apt update && apt install -y libssl-dev pkg-config && rm -rf /var/lib/apt/lists/* @@ -8,5 +8,5 @@ ADD . . RUN cargo build -ENTRYPOINT [ "cargo", "run", "--" ] -CMD ["--url http://:4501", "--username 0E87CDA111", "--port 9199"] \ No newline at end of file +ENTRYPOINT [ "cargo", "run", "--"] +CMD ["--url http://:", "--username ", "--port 9199"] \ No newline at end of file