Added login and sessiontoken

This commit is contained in:
2025-10-02 22:27:07 +02:00
parent 2bae9db84f
commit e4c038c940
9 changed files with 69 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ FROM node:${NODE_VERSION}-alpine
WORKDIR /app
COPY --from=builder /app/node_modules node_modules/
COPY --from=builder /app/index.js .
COPY --from=builder /app/src src/
USER node
EXPOSE 12345
ENV NODE_ENV=production