mirror of
https://github.com/YunoHost-Apps/openproject_ynh.git
synced 2024-09-03 19:56:10 +02:00
hotfix typo bundle
This commit is contained in:
parent
40d1e9b8a5
commit
21edeaf279
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@ ynh_script_progression --message="Compiling OpenProject with NPM and RUBYGems...
|
|||
|
||||
exec_as "$app" gem update --system
|
||||
|
||||
chown "$app": -R "$final_path"
|
||||
chmod u+rw -R "$final_path"
|
||||
|
||||
pushd "$final_path"
|
||||
exec_as "$app" gem install puma
|
||||
exec_as "$app" bundle install --deployment --without development test therubyracer docker
|
||||
|
|
Loading…
Add table
Reference in a new issue