MM revamp, save prompt, upload fix

This commit is contained in:
2025-10-21 22:27:13 -04:00
parent 0b0ae291d0
commit 382eddf8ea
8 changed files with 47 additions and 10 deletions

View File

@@ -7,6 +7,8 @@ COPY . .
RUN npm install && npm run build
ENV DATABASE_URL=file:/data/local.db
ENV BODY_SIZE_LIMIT=100M
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
COPY deploy/start-server.sh start-server.sh