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
I followed the instructions on the readme trying to run the locally built docker image and get the following error:
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "bundle": cannot run executable found relative to current directory: unknown.
which is strange as when I overwrite CMD with which bundle I get:
.bundle/bin/bundle
The text was updated successfully, but these errors were encountered:
I followed the instructions on the readme trying to run the locally built docker image and get the following error:
which is strange as when I overwrite CMD with
which bundle
I get:The text was updated successfully, but these errors were encountered: