CoRfr / spex-3gpp

A WebService to deliver 3GPP specifications.
GNU General Public License v3.0
35 stars 17 forks source link

set $HOME for bundle #7

Closed mrlnc closed 4 years ago

mrlnc commented 4 years ago

When I tried building the Docker image, some errors came up that /root wasn't writable during these steps:

spex:webapp$ bundle exec rake db:setup
spex:webapp$ bundle exec /home/app/webapp/script/init_3gpp.rb

This PR fixed the error and the setup proceeded.