Skip to content

Commit

Permalink
feat: add curl in the final container
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 committed Feb 24, 2025
1 parent 4694590 commit 568ee26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/build/movement-indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN rust_binary="./target/release/movement-indexer-service"; dest_dir="/tmp/runt

FROM alpine:latest

# curl is needed for the health check
RUN apk add --no-cache curl

# Copy the build artifact from the builder stage
COPY --from=builder /tmp/build/target/release/movement-indexer-service /app/movement-indexer-service
COPY --from=builder /tmp/build/target/release/load_metadata /app/load_metadata
Expand Down

0 comments on commit 568ee26

Please sign in to comment.