Skip to content

Commit

Permalink
fixing typo in dockerfile (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin authored Nov 2, 2022
1 parent 83c8c97 commit ef7a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/root/.cargo/git \
--mount=type=cache,target=/root/.cargo/registry \
--mount=type=cache,target=/app/target \
cargo build --release -p mc-full-service ${BUILD_OPTS} \
&& cp /app/target/release/mc-full-service /usr/local/bin/mc-full-service
&& cp /app/target/release/full-service /usr/local/bin/full-service


# This is the runtime container.
Expand Down

0 comments on commit ef7a84d

Please sign in to comment.