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 889004b commit e08a56aCopy full SHA for e08a56a
Dockerfile
@@ -33,7 +33,7 @@ ENV FEATURES=$FEATURES
33
RUN cargo chef cook --profile $BUILD_PROFILE --features "$FEATURES" --recipe-path recipe.json
34
35
# Build application
36
-COPY --exclude=.git --exclude=dist . .
+COPY --exclude=dist . .
37
RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin reth
38
39
# ARG is not resolved in COPY so we have to hack around it by copying the
0 commit comments