Add frontend components and API for system status display
Some checks failed
Deploy to BeePC / deploy (push) Has been cancelled
Some checks failed
Deploy to BeePC / deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user