Skip to content

Commit

Permalink
fix: build release for token server
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 5, 2024
1 parent 45a078b commit 91d5c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /mercurylayer/token-server

# # Build your Rust project. Since the source files are now present,
# # the Rust compiler should be able to find and compile them.
RUN CARGO_TARGET_DIR=target cargo build --release
RUN cargo build --release

EXPOSE 8001
# # Command to run the token server by default when the container starts
Expand Down

0 comments on commit 91d5c86

Please sign in to comment.