Skip to content

Commit

Permalink
Change binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Apr 26, 2024
1 parent 9b1f16c commit 75b31ab
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 @@ -23,6 +23,6 @@ ENV SOPS_VERSION=3.8.1
RUN curl -s -L https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux -o /usr/local/bin/sops \
&& chmod 0755 /usr/local/bin/sops
# copy executable
COPY --from=builder /app/target/release/kuberwave /app/kuberwave
COPY --from=builder /app/target/release/kuberwave /usr/local/bin/kuberwave
# run kuberwave
CMD ["/app/kuberwave"]
CMD ["/usr/local/bin/kuberwave"]

0 comments on commit 75b31ab

Please sign in to comment.