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

Step 8 error #40

Closed
experttyce opened this issue Dec 23, 2020 · 1 comment
Closed

Step 8 error #40

experttyce opened this issue Dec 23, 2020 · 1 comment

Comments

@experttyce
Copy link

addgroup: The group `root' already exists.
useradd: group '1000' does not exist
ERROR: Service 'web' failed to build : The command '/bin/sh -c addgroup --gid ${DEVELOPER_GID} ${DEVELOPER_USERNAME} ; useradd -r -m -u ${DEVELOPER_UID} --gid ${DEVELOPER_GID} -d /code -c "Developer User,,," ${DEVELOPER_USERNAME}' returned a non-zero code: 6

@Wikitelmex
Copy link
Contributor

addgroup: The group `root' already exists. useradd: group '1000' does not exist ERROR: Service 'web' failed to build : The command '/bin/sh -c addgroup --gid DEVELOPERGID{DEVELOPER_USERNAME} ; useradd -r -m -u DEVELOPERUID−−gid{DEVELOPER_GID} -d /code -c "Developer User,,," ${DEVELOPER_USERNAME}' returned a non-zero code: 6

Hello, that may happen when you are logged in as root, it's supposed that you are logged in as a normal user when you open the project inside a container.

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

No branches or pull requests

2 participants