Skip to content

Commit 511f78e

Browse files
committed
absolute app_root path
1 parent 3360d67 commit 511f78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python38-slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM python:3.8-slim
44
LABEL maintainer="Viking Analytics AB"
55

66
ENV BUILDER_VERSION=1.0 \
7-
APP_ROOT="app_root" \
8-
STI_SCRIPTS_PATH=".s2i/bin"
7+
APP_ROOT="/app_root" \
8+
STI_SCRIPTS_PATH="/.s2i/bin"
99

1010
# Set labels used in OpenShift to describe the builder image
1111
LABEL io.k8s.description="Platform for building Daeploy images with reduced size" \

0 commit comments

Comments
 (0)