bigdoods / ifc-tech.org

IFC website and documentation repo:
https://ifc-tech.org
Creative Commons Attribution 4.0 International
5 stars 3 forks source link

Configure docker staging environment #45

Open bigdoods opened 7 years ago

bigdoods commented 7 years ago

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.