Skip to content

Commit

Permalink
chore: correct binary name (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Dec 19, 2024
1 parent 2465432 commit f1d3e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.relay
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN cargo chef cook --profile $BUILD_PROFILE --recipe-path recipe.json

# Build application
COPY . .
RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin odyssey-relay
RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin relay

# ARG is not resolved in COPY so we have to hack around it by copying the
# binary to a temporary location
Expand Down

0 comments on commit f1d3e8b

Please sign in to comment.