Skip to content

Commit

Permalink
Added entrypoint to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis committed Mar 14, 2024
1 parent d9a6c8d commit 5f08582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ RUN cd grandine && ./scripts/build/release.sh

FROM ubuntu:latest
COPY --from=builder /usr/local/cargo/bin/grandine /usr/local/bin/grandine

ENTRYPOINT ["/usr/local/bin/grandine"]

0 comments on commit 5f08582

Please sign in to comment.