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
{{ message }}
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
There are some errors when running the docker image once it has been built.
There is a problem with bundle when run as root. More info here Fixed by adding line to Dockerfile:
RUN bundle config --global silence_root_warning 1
Once this has been resolved. The gemfile cannot be found. I suspect it is an issue with the mounted volume.
The text was updated successfully, but these errors were encountered: