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 install
if [[ -f /opt/dawarich/package.json ]]; then
cd /opt/dawarich
$STD npm install
cd /opt/dawarich/app
fi
cd /opt/dawarich
$STD npm install
cd /opt/dawarich/app
$STD bundle exec rake assets:precompile
$STD bundle exec rails db:prepare