Skip to content

Commit

Permalink
build cli earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Jan 15, 2025
1 parent 2eb5c01 commit 1ee0fe4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/homarr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ instructions:
. /opt/homarr/settings.env
set +a
node /app/cli/cli.js "$@"'
node /app/cli/cli.js "$@"
- path: /etc/systemd/system/homarr.service
generator: dump
Expand Down Expand Up @@ -340,12 +340,14 @@ instructions:
cp tsconfig.json migrate/tsconfig.json
touch migrate/yarn.lock
yarn db:migrate
cd /app/cli
yarn --immutable
yarn cache clean
cd /app
yarn cache clean
rm -rf node_modules
cp -r .next/standalone/* .
chmod +x scripts/run.sh
cd /app/cli && yarn --immutable
yarn cache clean
touch .installed__
systemctl enable homarr.service

0 comments on commit 1ee0fe4

Please sign in to comment.