Attempt to make some sort of setup file

This commit is contained in:
Michał Gdula 2023-03-02 17:00:54 +00:00
parent e16792c37e
commit 9e87c74c96
5 changed files with 141 additions and 55 deletions

3
.github/README.md vendored
View file

@ -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()'