feat(commands): add uptime command with service selection and autocomplete

fix(Dockerfile): ensure entrypoint runs register command
fix(status.service): update getStatusImageBar to use serviceId
refactor(follow.command): simplify service lookup logic
refactor(deploy-commands): remove unnecessary DataSource initialization
This commit is contained in:
2025-12-15 09:40:24 +01:00
parent 1bffb9a971
commit ccc439d30a
7 changed files with 60 additions and 17 deletions

View File

@@ -9,4 +9,5 @@ RUN npm clean-install
# RUN npm run register
ENTRYPOINT [ "npm", "run", "register" ]
CMD [ "npm", "run", "start" ]