Skip to content

Commit

Permalink
fix(Dockerfile): update CMD instruction to use 'serve' instead of 'cl…
Browse files Browse the repository at this point in the history
…ient' (#510)
  • Loading branch information
flemzord authored Oct 15, 2024
1 parent 0ef9d8e commit 60045a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/formancehq/base:22.04
COPY ledger /usr/bin/ledger
ENV OTEL_SERVICE_NAME ledger
ENTRYPOINT ["/usr/bin/ledger"]
CMD ["client"]
CMD ["serve"]
5 changes: 0 additions & 5 deletions scratch copy.Dockerfile

This file was deleted.

0 comments on commit 60045a5

Please sign in to comment.