[odrs-web/UBI8] Replace wsgi.py with APP_MODULE
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/UBI8] Replace wsgi.py with APP_MODULE
- Date: Mon, 25 Apr 2022 10:39:59 +0000 (UTC)
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]