mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 11:07:09 +01:00
Added support for Docker
- Updated SetUp.md with a "Run locally with Docker" section - Moved requirements.txt to the root of the repo since some hosting services require the file to be there (eg. Heroku https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-python)
This commit is contained in:
committed by
Andrew Novac
parent
0bf396a69f
commit
02b606b543
@@ -1,3 +0,0 @@
|
||||
flask==1.1.4
|
||||
requests==2.24.0
|
||||
python-dotenv==0.14.0
|
||||
@@ -153,4 +153,4 @@ def catch_all(path):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
app.run(host="0.0.0.0", debug=True)
|
||||
|
||||
Reference in New Issue
Block a user