photon-indexer 0.15.0

Solana indexer for general compression
Documentation
FROM rust:1.77

# Copy the project files
COPY . .

# Build the project
RUN cargo build