liquidnft / lnft

Liquid NFT Platform
GNU Affero General Public License v3.0
56 stars 23 forks source link

docker run -it -v $PWD/app:/app --entrypoint pnpm asoltys/lnft-server gets error. #65

Closed Eskyee closed 2 years ago

Eskyee commented 2 years ago

When using command: docker run -it -v $PWD/app:/app --entrypoint pnpm asoltys/lnft-server

In a fresh codespace build I get a error.. /workspaces/lnft/hasura (master ✗) $ docker run -it -v $PWD/app:/app --entrypoint pnpm asoltys/lnft-server 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[0000] error waiting for container: context canceled .

when it was yarn before, there was no problems, so something else needs bumping to pnpm , to fix correct path. @asoltys

Eskyee commented 2 years ago

updating Image": "asoltys/lnft-server" will fix this, exec: "pnpm": executable file not found in $PATH: unknown. --entrypoint pnpm asoltys/lnft-server @asoltys

Eskyee commented 2 years ago

fixed with latest update .. thanks @asoltys