docs: update comments, docstrings, README, REVIEW, and env docs to match current features
This commit is contained in:
parent
0aa3eab084
commit
e46893e0b4
12 changed files with 65 additions and 25 deletions
|
|
@ -10,6 +10,9 @@
|
|||
# 4. Copy the entire repo into /app.
|
||||
# 5. Create an unprivileged user (boothuser) and data/upload directories.
|
||||
# 6. Expose the default internal port and run gunicorn on $INTERNAL_PORT.
|
||||
#
|
||||
# Environment: expects INTERNAL_PORT (default 8000) and the variables listed
|
||||
# in config.py/.env.example to be supplied at runtime by docker-compose.
|
||||
|
||||
FROM python:3.12-slim
|
||||
|
||||
|
|
|
|||
Reference in a new issue