Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Apr 4, 2024
1 parent 1e6577f commit a809302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY . .
RUN cargo build --release
EXPOSE 8000
# Run the application
CMD ["cargo", "run"]
CMD ["cargo", "run", "--bin", "mercury-server"]
2 changes: 1 addition & 1 deletion token-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY . .
RUN cargo build --release
EXPOSE 8001
# Run the application
CMD ["cargo", "run"]
CMD ["cargo", "run", "--bin", "token-server"]

0 comments on commit a809302

Please sign in to comment.