[Fix] Dockerfile Iota bin was named wrong
This commit is contained in:
parent
1e714d1c2d
commit
d79a625e32
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue