Skip to content

Commit

Permalink
Remove entrypoint completely (#8)
Browse files Browse the repository at this point in the history
* Revert "Fix Dockerfile entrypoint (#7)"

This reverts commit f52116c.

* Remove entrypoint/cmd entirely
  • Loading branch information
juicemia authored May 16, 2024
1 parent f52116c commit 9b59550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ RUN cargo build --release

FROM --platform=$TARGETPLATFORM ubuntu:latest
COPY --from=builder /reddy/target/release/reddy /usr/local/bin/reddy

ENTRYPOINT ["reddy"]

0 comments on commit 9b59550

Please sign in to comment.