When running the docker run -it -v $PWD/app:/app --entrypoint pnpm asoltys/lnft-server command from readme, I get this error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "pnpm": executable file not found in $PATH: unknown. ERRO[0001] error waiting for container: context canceled
I think it's because asoltys/lnft-server image does not have pnpm installed.
As a workaround, run the command with yarn instead of pnpm