From a5be0f1cd9d3cfb40b1f6ad260e99114b9cee84d Mon Sep 17 00:00:00 2001 From: Corey Fleming Date: Tue, 3 Mar 2020 19:56:57 -0500 Subject: [PATCH] Add a conf file to the proxy settings that increases max body size --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 48e1921..6a1c6e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,10 @@ RUN tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.g COPY network_internal.conf /etc/nginx/ +RUN { \ + echo 'client_max_body_size 1024m;'; \ + } > /etc/nginx/conf.d/catalyst.conf + COPY . /app/ WORKDIR /app/