This commit is contained in:
CanbiZ 2026-01-18 10:00:08 +01:00
parent c614593ef1
commit 101a041972

View File

@ -78,11 +78,9 @@ $STD bundle config set --local deployment 'true'
$STD bundle config set --local without 'development test' $STD bundle config set --local without 'development test'
$STD bundle install $STD bundle install
if [[ -f /opt/dawarich/package.json ]]; then cd /opt/dawarich
cd /opt/dawarich $STD npm install
$STD npm install cd /opt/dawarich/app
cd /opt/dawarich/app
fi
$STD bundle exec rake assets:precompile $STD bundle exec rake assets:precompile
$STD bundle exec rails db:prepare $STD bundle exec rails db:prepare