From d79a625e322437f1ff531140900b40974d9735fd Mon Sep 17 00:00:00 2001 From: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:37:01 +0200 Subject: [PATCH] [Fix] Dockerfile Iota bin was named wrong --- dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index ee00add..5f07197 100644 --- a/dockerfile +++ b/dockerfile @@ -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"] \ No newline at end of file +CMD ["./iota-core"]