Skip to content

Commit

Permalink
Remove runtime from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Aug 22, 2023
1 parent a6956b0 commit f129537
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RUN apt-get update && apt-get install -y libssl1.1 ca-certificates && \
useradd -m -u 1000 -U -s /bin/sh -d /polkadot-introspector polkadot-introspector && \
rm -rf /var/lib/apt/lists/* && \
# Sanity Check
/polkadot-introspector/${RUNTIME}/polkadot-parachain-tracer --version
/polkadot-introspector/polkadot-parachain-tracer --version

USER polkadot-introspector

ENV RUNTIME="/polkadot-introspector/$RUNTIME/polkadot-parachain-tracer"
ENV RUNTIME="/polkadot-introspector/polkadot-parachain-tracer"
ENTRYPOINT exec $RUNTIME

0 comments on commit f129537

Please sign in to comment.