We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2465432 commit f1d3e8bCopy full SHA for f1d3e8b
Dockerfile.relay
@@ -28,7 +28,7 @@ RUN cargo chef cook --profile $BUILD_PROFILE --recipe-path recipe.json
28
29
# Build application
30
COPY . .
31
-RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin odyssey-relay
+RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin relay
32
33
# ARG is not resolved in COPY so we have to hack around it by copying the
34
# binary to a temporary location
0 commit comments