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 c1a5f1b commit 47a56be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN adduser \
--disabled-password \
"${USER_NAME}"

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

USER "${USER_NAME}"

Expand Down

0 comments on commit 47a56be

Please sign in to comment.