From e0bc10230cfd86511f70da870559c7cda4c4e4a9 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Tue, 29 Nov 2022 09:21:12 -0700 Subject: [PATCH] Create /home/codefresh When using the image, you need to create a context By default the context is created in /home/codefresh but this folder does not exist It would be a lot easier if the folder exists instead of having to create and manage the context inna different locations --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dabc51ea5..945d30054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN adduser \ --gecos "" \ --home "/home/codefresh" \ --shell "/sbin/nologin" \ - --no-create-home \ --uid 10001 \ codefresh