From 999345bd08ff2c872f40d3f196c0c1659f1cd64f Mon Sep 17 00:00:00 2001 From: Stephen Gruzin Date: Wed, 15 Jan 2025 03:16:42 -0800 Subject: [PATCH] Increased file upload size --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2568bce..ad4a54a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,6 @@ EXPOSE 5173 ENV NODE_ENV=production ENV PORT=5173 ENV ORIGIN=http://localhost:5173 +ENV BODY_SIZE_LIMIT=5M CMD [ "npm", "run", "production" ] \ No newline at end of file