Skip to content

Commit

Permalink
fix: start cmd for mercury server
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 23, 2024
1 parent ccdb8b6 commit 658dfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 658dfc9

Please sign in to comment.