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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user