is there a way to run loopback commands from Dockerfile?

Viewed 9

I am doing this RUN lb4 datasource --connector <connector-name> <datasource-name> -y inside my docker file. When i does docker build getting error saying Generation is aborted: SyntaxError: Unexpected end of JSON input

Installing loopback cli using RUN npm i -g @loopback/cli@4.0.0 in my dockerfile.

0 Answers
Related