add: docker, fix: url to github in index.html & reqs.txt

This commit is contained in:
te5154c
2024-02-05 17:49:46 +03:00
parent f5752606af
commit f5cac5e410
7 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ def viewer_page(cid):
if __name__ == "__main__":
app.run(debug=True)
app.run(host="0.0.0.0", port=80)