Closed mrlnc closed 4 years ago
When I tried building the Docker image, some errors came up that /root wasn't writable during these steps:
/root
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.
When I tried building the Docker image, some errors came up that
/root
wasn't writable during these steps:This PR fixed the error and the setup proceeded.