test runner
This commit is contained in:
parent
879a8f4e01
commit
743226fcbf
1 changed files with 3 additions and 1 deletions
4
run.py
4
run.py
|
|
@ -3,4 +3,6 @@ from app import create_app
|
|||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=5000, debug=True)
|
||||
app.run(host='0.0.0.0', port=5000, debug=True)
|
||||
|
||||
# this line is only here for to check if Forgejo runner works
|
||||
Loading…
Add table
Add a link
Reference in a new issue