Skip to content

Commit

Permalink
feat(alpine): set /config as home ddirectory for user app
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Jul 2, 2024
1 parent 69b7c8d commit 58ed031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ ENV CHARSET="UTF-8" \
RUN \
mkdir /config \
&& \
adduser app -D -u 568 -g 568 \
adduser app -D -u 568 -g 568 -h /config \
&& \
chown 568:568 /config \
&& \
apk add --no-cache \
bash \
Expand Down

0 comments on commit 58ed031

Please sign in to comment.