feat(commands): implement follow command with service selection and autocomplete

fix(deploy): initialize and destroy DataSource for command deployment
fix(index): handle autocomplete interactions in command execution
refactor(types): add autocomplete support to CommandDefinition type
fix(Dockerfile): ensure npm run register is executed during build
This commit is contained in:
2025-12-13 18:47:40 +01:00
parent 3d2a1125b3
commit 5fda9afb83
5 changed files with 88 additions and 46 deletions

View File

@@ -7,6 +7,6 @@ COPY . .
RUN apt-get update && apt-get install -y iputils-ping
RUN npm clean-install
# RUN npm run register
RUN npm run register
CMD [ "npm", "run", "start" ]