From 4d395c2f1916929780f2b6878e6e5a5754833f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 10 Dec 2017 14:02:56 +0300 Subject: [PATCH] Add prestart.sh to What's new --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01b2bb08..971680aa 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,8 @@ You will see your Flask debugging server start, you will see how it sends respon ## What's new +2017-12-10: Added support for `/app/prestart.sh` script to run arbitrary code before starting the app (for example, Alembic - SQLAlchemy migrations). The [documentation for the `/app/prestart.sh` is in the main README](https://github.com/tiangolo/uwsgi-nginx-flask-docker#custom-appprestartsh). + 2017-12-08: Now you can configure which port the container should listen on, using the environment variable `LISTEN_PORT`. 2017-09-10: Updated examples and sample project to work with SPAs even when structuring the app as a package (with subdirectories).