Skip to content

Commit e6838e0

Browse files
lrochetteATGardner
authored andcommitted
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
1 parent 625e806 commit e6838e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ RUN adduser \
99
--gecos "" \
1010
--home "/home/codefresh" \
1111
--shell "/sbin/nologin" \
12-
--no-create-home \
1312
--uid 10001 \
1413
codefresh
1514

0 commit comments

Comments
 (0)