Skip to content

Commit

Permalink
chore: docker improvements (paradigmxyz#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jan 11, 2023
1 parent 09b7958 commit 2f79d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/target
/book
/assets
/.github
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-
COPY . reth

# Build reth
RUN cd reth && cargo build --all --profile release
RUN cd reth && cargo build --all --locked --profile $BUILD_PROFILE

# Use alpine as the release image
FROM frolvlad/alpine-glibc
Expand Down

0 comments on commit 2f79d6e

Please sign in to comment.