DEV Community

ali
ali

Posted on

error: command yarn run start exited (1)

if you got this error on docker container

ERROR: command finished with error: command yarn run start exited (1)

just add stdin_open: true to the docker-compose file

source

Top comments (0)