Skip to content

Commit e351f6e

Browse files
authored
Merge pull request #56 from blinklabs-io/feat/nview
feat: bundle nview
2 parents 855eb08 + 0198ca9 commit e351f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
2929
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
3030
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
3131
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/
3233
COPY bin/ /usr/local/bin/
3334
COPY config/ /opt/cardano/config/
3435
RUN apt-get update -y && \

0 commit comments

Comments
 (0)