Add frontend components and API for system status display
Some checks failed
Deploy to BeePC / deploy (push) Has been cancelled

This commit is contained in:
2026-02-05 11:02:05 -05:00
parent 8a1409b3d6
commit ea6cc3fc85
7 changed files with 327 additions and 41 deletions

View File

@@ -8,6 +8,9 @@ RUN npm install --omit=dev
COPY . .
# Ensure proper permissions for node user
RUN chown -R node:node /app
EXPOSE 3001
USER node