BODY_SIZE_LIMIT erstellt

This commit is contained in:
titver968
2025-04-25 08:14:39 +02:00
parent 7cf57dde9b
commit ac865ddd37
7 changed files with 30 additions and 9 deletions

View File

@@ -15,5 +15,5 @@ FROM node:23.11-alpine3.20
COPY --from=build /app .
ENV HOST=0.0.0.0
EXPOSE 3000
CMD ["sh", "-c", "ORIGIN=https://praktikum.innovation-hub-niedersachsen.de node build/index.js"]
CMD ["sh", "-c", "BODY_SIZE_LIMIT=500M ORIGIN=https://praktikum.innovation-hub-niedersachsen.de node build/index.js"]