Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 25, 2024
1 parent f66134c commit e5bf82a
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
COPY ./target/release/daedalus /usr/src/daedalus/daedalus
RUN cp target/release/daedalus_client .

CMD ["./daedalus"]
CMD ["./daedalus_client"]

0 comments on commit e5bf82a

Please sign in to comment.