Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the docker-entrypoint.sh to use hlf-user #62

Merged

Conversation

celder628
Copy link

Update the docker-entrypoint.sh to use hlf-user instead of ibp-user

if ! whoami &> /dev/null; then
    sed '/hlf-user/d' /etc/passwd > /tmp/passwd
    cat /tmp/passwd > /etc/passwd
    rm -f /tmp/passwd
    echo "hlf-user:x:$(id -u):0::/home/hlf-user:/bin/bash" >> /etc/passwd
    export HOME=/home/hlf-user
fi

@MuthuSundaravadivel MuthuSundaravadivel merged commit ebf2070 into hyperledger-labs:main Apr 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants