Docker compose prod build error. #2942
Replies: 4 comments
-
I think the adduser command is creating a user (nextjs) with a default group id of 1001, which has already been used in the previous statement. |
Beta Was this translation helpful? Give feedback.
-
This hack works but then I get a |
Beta Was this translation helpful? Give feedback.
-
|
Looks like this is fixed in main but I downloaded v4.1.0 |
Beta Was this translation helpful? Give feedback.
-
It seems to me that this compose up command (from here) doesn't load either the pwa or php code into the containers. The volume definitions are in the override compose file, which isn't included (and would yield a dev environment anyway). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hitting an error when trying a docker compose prod deployment. The error is
The GID 1001 is already in use. The error is coming from linepwa/Dockerfile:55. The error occurs (and the build fails) when I run the following build --no-cache command (adapted from here):Any ideas please? Everything works fine when I've been developing without the
compose.prod.yamland without the env vars.Beta Was this translation helpful? Give feedback.
All reactions