Skip to content

Commit

Permalink
fix dockerfile again
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 25, 2024
1 parent e5bf82a commit a450b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN update-ca-certificates
WORKDIR /usr/src/daedalus
COPY . .
RUN cargo build --release
RUN cp target/release/daedalus_client .
RUN cp target/release/daedalus_client ./daedalus_binary

CMD ["./daedalus_client"]
CMD ["./daedalus_binary"]

0 comments on commit a450b16

Please sign in to comment.