diff --git a/build.Dockerfile b/build.Dockerfile index d626821d1..0adc0a153 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -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"] \ No newline at end of file +CMD ["serve"] \ No newline at end of file diff --git a/scratch copy.Dockerfile b/scratch copy.Dockerfile deleted file mode 100644 index 646bfc2fe..000000000 --- a/scratch copy.Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ghcr.io/formancehq/base:scratch -COPY ledger /usr/bin/ledger -ENV OTEL_SERVICE_NAME ledger -ENTRYPOINT ["/usr/bin/ledger"] -CMD ["client"]