diff --git a/server/Dockerfile b/server/Dockerfile index 605b0d94..b43a39b1 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -30,4 +30,4 @@ WORKDIR /mercurylayer/server RUN CARGO_TARGET_DIR=target cargo build --release # # Command to run the server by default when the container starts -CMD ["cargo", "run", "--bin", "token-server"] +CMD ["cargo", "run", "--bin", "mercury-server"]