backend improvements
- move_page - merge_all_single_pages - constructor with optional parameter
This commit is contained in:
parent
f4b8029593
commit
6b74b89029
6 changed files with 300 additions and 38 deletions
2
init.sh
2
init.sh
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# (cd /app/ && pytest tests/test_pdf_util.py)
|
||||
(cd /app/ && pytest)
|
||||
(cd /app/ && pytest -o log_cli=true)
|
||||
|
||||
# (cd /app/ && gunicorn -w 4 -b 0.0.0.0:8000 wsgi:app)
|
||||
(cd /app/ && gunicorn --access-logfile '-' --error-logfile '-' -w 4 -b 0.0.0.0:8000 wsgi:app) # Dev (Logging to console)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue