rar-index-py/flask/wsgi.py
Michael Rodin 958c5db462 Added Dockerfile
The server can now be used on Docker
2023-10-20 00:26:56 +02:00

4 lines
61 B
Python

from app import app
if __name__ == "__main__":
app.run()