Refactor web server and release workflow

This commit is contained in:
2026-07-14 18:35:24 +01:00
parent 9070ded66d
commit 4e0e87c86c
76 changed files with 616 additions and 84 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ RUN mkdir -p /app/uploads
EXPOSE 3000
CMD ["npm", "run", "start:webui"]
CMD ["npm", "run", "start:web"]