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

4 lines
No EOL
61 B
Python

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