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 fd54c29 commit 07da9d4Copy full SHA for 07da9d4
docker/build/movement-indexer/Dockerfile
@@ -17,6 +17,9 @@ RUN rust_binary="./target/release/movement-indexer-service"; dest_dir="/tmp/runt
17
18
FROM alpine:latest
19
20
+# curl is needed for the health check
21
+RUN apk add --no-cache curl
22
+
23
# Copy the build artifact from the builder stage
24
COPY --from=builder /tmp/build/target/release/movement-indexer-service /app/movement-indexer-service
25
COPY --from=builder /tmp/build/target/release/load_metadata /app/load_metadata
0 commit comments