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"]