You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose build
docker-compose run -u root backend bundle
docker-compose run -u root frontend yarn
docker-compose run backend rails db:create
Result:
ERROR: Cannot start service backend: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "rails": executable file not found in $PATH": unknown
The text was updated successfully, but these errors were encountered:
Hi @admazzola
Did you managed to figure out how to setup this project properly?
I am having the same issue and I published the question over Stack overflow
How to reproduce:
Clone the repo
Result:
ERROR: Cannot start service backend: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "rails": executable file not found in $PATH": unknown
The text was updated successfully, but these errors were encountered: