##// END OF EJS Templates
new structure and views.py (pedestal) update
new structure and views.py (pedestal) update

File last commit:

r366:bdf15dfd5ebe
r366:bdf15dfd5ebe
Show More
Dockerfile
6 lines | 190 B | text/x-dockerfile-config | DockerLexer
FROM jwilder/nginx-proxy:0.9.3
ARG SIRM_MAX_UPLOAD_SIZE_MB=200
RUN { \
echo "client_max_body_size ${SIRM_MAX_UPLOAD_SIZE_MB}m;"; \
} > /etc/nginx/conf.d/client_max_body_size.conf