You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
Thanks
The text was updated successfully, but these errors were encountered: