Dockerify
Some checks failed
Ik ben Henk python api ftp deploy / Deploy Python api (push) Has been cancelled

This commit is contained in:
2025-12-01 13:18:53 +01:00
parent 51d4f30de3
commit 0bfc2fd9c5
2 changed files with 25 additions and 1 deletions

3
app.py
View File

@@ -49,6 +49,7 @@ def refreshAllAuctions(countrycode):
if __name__ == "__main__":
app.run() # run our Flask app
app.run(host="0.0.0.0", port=5000) # ipv alleen app.run()