Skip to content

Commit

Permalink
BREAKING suggestion: change dockerfile to use entrypoint instead of c…
Browse files Browse the repository at this point in the history
…md (#116)

breaking: change dockerfile to use entrypoint instead of cmd
  • Loading branch information
samlaf authored Sep 6, 2024
1 parent f51b638 commit 473c880
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 @@ -32,4 +32,4 @@ COPY --from=builder /app/resources/ /app/resources/
EXPOSE 4242 7300

# Run app
CMD ["./eigenda-proxy"]
ENTRYPOINT ["./eigenda-proxy"]

0 comments on commit 473c880

Please sign in to comment.