Skip to content

Commit

Permalink
fix: dockerfile for mercury server
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 24, 2024
1 parent 36d5be4 commit 47af7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY ./Cargo.lock ./Cargo.lock
# Copy the server source code
COPY ./server ./server
COPY ./lib ./lib
COPY ./Rocket.toml ./Rocket.toml

# Make sure to copy Cargo.lock
COPY ./server/Cargo.lock ./server/Cargo.lock
Expand Down

0 comments on commit 47af7b8

Please sign in to comment.