chore: use ./boss script in dockerfile and README

This commit is contained in:
mrjvs 2025-09-16 19:03:17 +02:00
parent 05c9b286e6
commit e4d822ab71
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ ENV NODE_ENV=production
USER node
COPY --chown=node:node update-rotation.mjs ${app_dir}
COPY --chown=node:node ./boss ${app_dir}
COPY --chown=node:node package.json .
COPY --from=dependencies --chown=node:node ${app_dir}/node_modules ${app_dir}/node_modules

View File

@ -52,7 +52,7 @@ The CLI is a helper to interact with the content of the BOSS server.
```sh
npm run build
npm run cli -- --help
./boss --help
```
## CLI configuration