Skip to content
Snippets Groups Projects
Commit c9ede602 authored by Jan Hartig's avatar Jan Hartig
Browse files

Fix

parent 8213175d
No related branches found
No related tags found
No related merge requests found
Pipeline #29726 passed
......@@ -6,4 +6,4 @@ http-socket = :8080
processes = 2
auto-procname
chdir = /opt/app
module = app:server
\ No newline at end of file
module = wsgi:app
\ No newline at end of file
from server import app
if __name__ == "__main__":
app.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment