Skip to content

Commit

Permalink
Create /home/codefresh
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lrochette committed Nov 29, 2022
1 parent 64ee1a3 commit e0bc102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN adduser \
--gecos "" \
--home "/home/codefresh" \
--shell "/sbin/nologin" \
--no-create-home \
--uid 10001 \
codefresh

Expand Down

0 comments on commit e0bc102

Please sign in to comment.