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

Deploy issue #3

Open
TobiasAndre opened this issue Sep 20, 2020 · 1 comment
Open

Deploy issue #3

TobiasAndre opened this issue Sep 20, 2020 · 1 comment

Comments

@TobiasAndre
Copy link

Hello, @pmac

I'm having a problem deploying this deployer app to a new dokku instance.
Step 7 from the installation instructions is driving me to the following error:

Step 8/20 : RUN groupadd -g ${GROUP_ID} dokku
 ---> Running in 8ad22fcf6a7b
groupadd: GID '0' already exists
remote: The command '/bin/sh -c groupadd -g ${GROUP_ID} dokku' returned a non-zero code: 4

Thanks

@pmac
Copy link
Owner

pmac commented Sep 21, 2020

Hey! I didn't know anyone else had found this :) So the $GROUP_ID variable should be coming from the values found in step 5. If you've run those commands as root though it would be 0 and therefore cause this issue. I was thinking it'd be run as the dokku user on the server. So maybe that's the issue? If you're running everything as root you can delete lines 10 and 11 from the Dockerfile.

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