Fix app.py being in the wrong directory 65/140865/1 6.2.0
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 11 May 2025 17:28:04 +0000 (19:28 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 11 May 2025 17:28:04 +0000 (19:28 +0200)
- 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 <Fiete.Ostkamp@telekom.de>
Dockerfile

index 726c449..101293f 100644 (file)
@@ -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"