Skip to content

Commit

Permalink
Fixed avalanchego path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mateipopa committed Jan 22, 2025
1 parent 5c03781 commit 2743ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/avalanche/avalanchego/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ENV GRAFANA_LOKI_BASICAUTH=${GRAFANA_LOKI_BASICAUTH}
ENV GRAFANA_PROM_BASICAUTH=${GRAFANA_PROM_BASICAUTH}

# Create necessary directories
RUN mkdir -p /usr/local/bin /var/lib/avalanchego /var/lib/babel/templates
RUN mkdir -p /root/bin /var/lib/avalanchego /var/lib/babel/templates

# Copy avalanchego binary and templates
COPY --from=avalanchego /usr/local/bin/avalanchego /usr/local/bin/
COPY --from=avalanchego /root/bin/avalanchego /root/bin/
COPY templates/Caddyfile.template /var/lib/babel/templates/
COPY templates/config-alloy.template /var/lib/babel/templates/

Expand Down

0 comments on commit 2743ae5

Please sign in to comment.