Skip to content

nginx service in docker

Bengfort requested to merge 2018-04-tb-docker-nginx+1 into master

This adds support for static files to our deployment. It also is a basis for uwsgi support.

Currently, collectstatic is run on every start. This should be replaced with an "initial service" at some point.

Merge request reports