Skip to content

Commit e08a56a

Browse files
authored
chore: keep .git folder in docker (paradigmxyz#16733)
1 parent 889004b commit e08a56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV FEATURES=$FEATURES
3333
RUN cargo chef cook --profile $BUILD_PROFILE --features "$FEATURES" --recipe-path recipe.json
3434

3535
# Build application
36-
COPY --exclude=.git --exclude=dist . .
36+
COPY --exclude=dist . .
3737
RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --locked --bin reth
3838

3939
# ARG is not resolved in COPY so we have to hack around it by copying the

0 commit comments

Comments
 (0)