sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Docker build fails #755

Open jfwiebe opened 7 years ago

jfwiebe commented 7 years ago

Hey! Currently, the docker build for this repository fails. On Docker Hub, you can see the following error message: Build failed: The command '/bin/sh -c groupadd -r node && useradd -r -g node node && chown node:node uploads && mkdir -p builtAssets && chown node:node builtAssets' returned a non-zero code: 9 Thank you for having a look into it! Best Regards, Jan Felix

allan-cf commented 6 years ago

I had the same issues. Delete:

groupadd -r node \ && useradd -r -g node node \

in the Dockerfile. Lines 31 and 32. You can see my version here:

https://github.com/allan-cf/lets-chat/blob/master/docker/Dockerfile