Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Oct 30, 2024
1 parent 514c32c commit 162c6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN adduser \
--disabled-password \
"${USER_NAME}"

ENV HOME "${USER_HOME}"
ENV HOME="${USER_HOME}"

USER "${USER_NAME}"

Expand Down

0 comments on commit 162c6da

Please sign in to comment.