refactor: ts3gotify to standalone module

This commit is contained in:
2025-01-08 18:57:51 +01:00
parent 6ed44211c4
commit f62a5570ae
6 changed files with 175 additions and 145 deletions

View File

@@ -20,4 +20,4 @@ FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=build /app/dist .
CMD [ "bun", "/app/app.js"]
CMD [ "bun", "/app/main.js"]