Skip to content

Commit 169f9fe

Browse files
authored
feat: include data for bootstrap (#11)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 333b225 commit 169f9fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN echo "Building Amaru..." \
1111
FROM ghcr.io/blinklabs-io/cardano-configs:20250618-1 AS cardano-configs
1212

1313
FROM debian:bookworm-slim AS amaru
14+
COPY --from=rustbuilder /code/amaru/data/ /data/
1415
COPY --from=rustbuilder /code/amaru/target/release/amaru /bin/
1516
COPY --from=cardano-configs /config/ /opt/cardano/config/
1617
RUN apt-get update -y \
@@ -19,5 +20,5 @@ RUN apt-get update -y \
1920
libssl3 \
2021
llvm-14-runtime \
2122
&& rm -rf /var/lib/apt/lists/*
23+
WORKDIR /data
2224
ENTRYPOINT ["/bin/amaru"]
23-

0 commit comments

Comments
 (0)