Skip to content

Commit

Permalink
Fix Dockerfile entrypoint (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
juicemia authored May 16, 2024
1 parent 10f7832 commit f52116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ RUN cargo build --release
FROM --platform=$TARGETPLATFORM ubuntu:latest
COPY --from=builder /reddy/target/release/reddy /usr/local/bin/reddy

CMD ["reddy"]
ENTRYPOINT ["reddy"]

0 comments on commit f52116c

Please sign in to comment.