Skip to content

Commit

Permalink
fix: clean up docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Jan 7, 2025
1 parent c2e8202 commit cf510f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ WORKDIR /app

# copy build artifacts from build stage
COPY --from=builder /app/target/release/trin /usr/bin/
COPY --from=builder /app/target/release/poll_latest /usr/bin/
COPY --from=builder /app/target/release/purge_invalid_history_content /usr/bin/
COPY --from=builder /app/target/release/sample_range /usr/bin/

ENV RUST_LOG=debug

Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile.bridge
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ WORKDIR /app
COPY --from=builder /app/target/release/trin /usr/bin/
COPY --from=builder /app/trin-execution/resources /resources
COPY --from=builder /app/target/release/portal-bridge /usr/bin/
COPY --from=builder /app/target/release/sample_range /usr/bin/
COPY --from=builder /app/target/release/poll_latest /usr/bin/

RUN apt-get update && apt-get install libcurl4 -y

Expand Down

0 comments on commit cf510f2

Please sign in to comment.