fixed Dockerfile - I only needed to expose 443, not sure what I was thinking mashing this web code with DB, anyway... also switched to using env var rather than hostname to pick up DEV/PROD, and now show that in base.html. Updated Dockerfile and requirements to prep for putting ldap/auth in, will need to copy some stuff from PA later. finally removed console debugs in book.html

This commit is contained in:
2022-06-19 16:15:51 +10:00
parent 6087bdab9e
commit 4725f006bc
6 changed files with 37 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
flask
flask_login
flask-ldap3-login
sqlalchemy
flask-sqlalchemy
SQLAlchemy-serializer
@@ -6,3 +8,7 @@ marshmallow-sqlalchemy
flask-marshmallow
flask-wtf
flask-bootstrap
datetime
pytz
Werkzeug
flask-compress