[odrs-web/UBI8] Replace wsgi.py with APP_MODULE



commit 3d140933b7ac6e9951c2111d07fb07496b04124c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Apr 25 12:39:46 2022 +0200

    Replace wsgi.py with APP_MODULE

 Dockerfile |  3 ++-
 wsgi.py    | 18 ------------------
 2 files changed, 2 insertions(+), 19 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 3c2f2ad..fe2ed32 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,8 @@ USER 1001
 RUN /usr/libexec/s2i/assemble
 
 ENV ODRS_HOME=/opt/app-root/src \
-    LANG=C
+    LANG=C \
+    APP_MODULE=odrs:app
 
 ADD entrypoint /entrypoint
 CMD /entrypoint


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]