Commit 93aedf72 authored by Will Cory's avatar Will Cory

fix dockerfile

parent c99ce8f3
...@@ -21,6 +21,11 @@ RUN make indexer ...@@ -21,6 +21,11 @@ RUN make indexer
FROM alpine:3.18 FROM alpine:3.18
COPY --from=builder /app/indexer/indexer /usr/local/bin COPY --from=builder /app/indexer/indexer /app/indexer/indexer
COPY --from=builder /app/indexer/migrations /app/indexer/migrations
WORKDIR /app
ENV PATH="/app:${PATH}"
CMD ["indexer", "index", "--config", "/app/indexer/indexer.toml"] CMD ["indexer", "index", "--config", "/app/indexer/indexer.toml"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment