Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesJUDITH authored Nov 23, 2024
1 parent 3934ec1 commit 334dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berachain-beacon-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN pip install --no-cache-dir -r requirements.txt

# Copy the ingestion script and default validator mappings
COPY beacon-ingestion.py .
COPY validators.yaml /app/default-validators.yaml
COPY validators.yaml /app/validators.yaml

# Create entrypoint script that handles Kubernetes termination gracefully
# and checks for custom validators.yaml
Expand Down

0 comments on commit 334dd33

Please sign in to comment.