mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Attempt to make some sort of setup file
This commit is contained in:
parent
e16792c37e
commit
9e87c74c96
5 changed files with 141 additions and 55 deletions
3
.github/README.md
vendored
3
.github/README.md
vendored
|
@ -30,4 +30,5 @@ Image view
|
|||
Currently only for reference
|
||||
|
||||
poetry install
|
||||
poetry run python3 -m flask --app gallery --debug run --host 0.0.0.0
|
||||
poetry run python3 -m flask --app gallery --debug run --host 0.0.0.0
|
||||
poetry run python3 -m gunicorn -w 4 -b 0.0.0.0:5000 'gallery:create_app()'
|
Loading…
Add table
Add a link
Reference in a new issue