From: Fiete Ostkamp Date: Sun, 11 May 2025 17:28:04 +0000 (+0200) Subject: Fix app.py being in the wrong directory X-Git-Tag: 6.2.0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d1655aa2ac9a9f4c2522a0d0db22216fb7c2555c;p=oom%2Freadiness.git Fix app.py being in the wrong directory - the last change changed the location of app.py from /app/ready.py to /ready.py Issue-ID: INT-2319 Change-Id: I58c384e2097bb7b39b403ab948c8bea0d2dd6cd2 Signed-off-by: Fiete Ostkamp --- diff --git a/Dockerfile b/Dockerfile index 726c449..101293f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM python:3.11-alpine +WORKDIR /app ENV CERT="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" ENV TOKEN="/var/run/secrets/kubernetes.io/serviceaccount/token"