Skip to content

Commit

Permalink
chore(registration): rename dockerfile binary output
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Apr 14, 2024
1 parent ca4bdd4 commit 0622697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ WORKDIR /app
RUN apt-get update && \
apt-get install -y openssl ca-certificates wget

COPY --from=builder /app/target/release/registration_rust /usr/local/bin/registration_rust
COPY --from=builder /app/target/release/registration /usr/local/bin/registration

CMD ["/usr/local/bin/registration_rust"]
CMD ["/usr/local/bin/registration"]

0 comments on commit 0622697

Please sign in to comment.