[Fix] Dockerfile Iota bin was named wrong

This commit is contained in:
Alex Emmet 2026-04-06 00:37:01 +02:00
commit d79a625e32

View file

@ -13,8 +13,8 @@ WORKDIR /app
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/target/release/iota .
COPY --from=builder /app/target/release/iota-core .
EXPOSE 1984
CMD ["./iota"]
CMD ["./iota-core"]