Skip to content

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
Resolves: #43 

Signed-off-by: Nikhil Modem <[email protected]>
  • Loading branch information
modemn authored Apr 2, 2024
1 parent 2a0d8fb commit eec5dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ! whoami &> /dev/null; then
sed '/ibp-user/d' /etc/passwd > /tmp/passwd
cat /tmp/passwd > /etc/passwd
rm -f /tmp/passwd
echo "ibp-user:x:$(id -u):0::/home/ibp-user:/bin/bash" >> /etc/passwd
echo "hlf-user:x:$(id -u):0::/home/hlf-user:/bin/bash" >> /etc/passwd
export HOME=/home/ibp-user
fi

Expand Down

0 comments on commit eec5dca

Please sign in to comment.