We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 855eb08 + 0198ca9 commit e351f6eCopy full SHA for e351f6e
Dockerfile
@@ -29,6 +29,7 @@ ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
29
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
30
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
31
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
32
+COPY --from=ghcr.io/blinklabs-io/nview:0.1.0 /usr/local/bin/nview /usr/local/bin/
33
COPY bin/ /usr/local/bin/
34
COPY config/ /opt/cardano/config/
35
RUN apt-get update -y && \
0 commit comments