Add a conf file to the proxy settings that increases max body size

This commit is contained in:
Corey Fleming 2020-03-03 19:56:57 -05:00
parent 5f0ae56032
commit a5be0f1cd9

View file

@ -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/