diff --git a/Dockerfile.relay b/Dockerfile.relay index c6b11cb..732d98e 100644 --- a/Dockerfile.relay +++ b/Dockerfile.relay @@ -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