UI Refactor and group support #13

Merged
glazk0 merged 17 commits from dev into main 2024-03-28 20:01:37 +01:00
Showing only changes of commit 07b0736ea8 - Show all commits

View file

@ -31,7 +31,7 @@ COPY --from=deps /app/node_modules /app/node_modules
COPY --from=build /app/build /app/build
# Run as non-root user
USER node
# USER node
ARG PORT=3000