Compare commits

..

1 Commits

Author SHA1 Message Date
vlnst 497262e998
Update dependencies, add Dockerfile and docker-compose.yml 2024-01-14 20:42:30 +03:00
1 changed files with 1 additions and 2 deletions

View File

@ -43,5 +43,4 @@ def catch_all(path):
return render_template('index.html', data=scraped)
if __name__ == '__main__':
from waitress import serve
serve(app, host="0.0.0.0", port=8080)
app.run(port=8000)