fixed BUG-26 (saving with a series), and added a bookdb_webdev container that maps ~/src/pybook to /pybook_mapped_volume. Then start a single threaded, reloading, output capturing gunicorn via wraper.sh if in DEV, otherwise normal gunicorn if in PROD - gives me an idnentical dev in a container to prod.

This commit is contained in:
2023-06-12 20:44:28 +10:00
parent e92cfd448e
commit 668d4d994e
2 changed files with 12 additions and 11 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
__pycache__/
DB_BACKUP/
static/
gunicorn.*