Skip to content

Commit 4d395c2

Browse files
committed
Add prestart.sh to What's new
1 parent f92f86d commit 4d395c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ You will see your Flask debugging server start, you will see how it sends respon
665665

666666
## What's new
667667

668+
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).
669+
668670
2017-12-08: Now you can configure which port the container should listen on, using the environment variable `LISTEN_PORT`.
669671

670672
2017-09-10: Updated examples and sample project to work with SPAs even when structuring the app as a package (with subdirectories).

0 commit comments

Comments
 (0)