Code Review
/
oom
/
readiness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3021504
)
Fix app.py being in the wrong directory
65/140865/1
6.2.0
author
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Sun, 11 May 2025 17:28:04 +0000
(19:28 +0200)
committer
Fiete 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
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
726c449
..
101293f
100644
(file)
--- 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"