Skip to content

Commit f1d3e8b

Browse files
authored
chore: correct binary name (#117)
1 parent 2465432 commit f1d3e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.relay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN cargo chef cook --profile $BUILD_PROFILE --recipe-path recipe.json
2828

2929
# Build application
3030
COPY . .
31-
RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin odyssey-relay
31+
RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin relay
3232

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

0 commit comments

Comments
 (0)