[DiscordArchive] ....how?
[DiscordArchive] ....how?
Archived author: locus313 • Posted: 2021-04-25T02:48:12.883000+00:00
Original source
yeah, think we will need to look into adding an override for it
Archived author: Mynder • Posted: 2021-04-25T02:48:14.438000+00:00
Original source
but the dockerfile hardcodes the values
Archived author: Mynder • Posted: 2021-04-25T02:48:34.378000+00:00
Original source
Might be worth checking for an environment variable inside the dockerfile, too
Archived author: Mynder • Posted: 2021-04-25T02:48:54.863000+00:00
Original source
and defaulting to 1000/1000 if none are set
Archived author: Mynder • Posted: 2021-04-25T02:49:37.371000+00:00
Original source
The dev container should get those handed in already from the docker-compose file, but that's pretty worthless if they're overwritten inside the Dockerfile itself.
Archived author: locus313 • Posted: 2021-04-25T02:50:04.774000+00:00
Original source
will most likely add it to https://github.com/azerothcore/azerothco...env.docker
[Embed: azerothcore/azerothcore-wotlk]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...env.docker
Archived author: Mynder • Posted: 2021-04-25T02:50:10.419000+00:00
Original source
FROM ubuntu:20.04 as dev
ARG USER_ID=1000
ARG GROUP_ID=1000
Archived author: Mynder • Posted: 2021-04-25T02:50:20.134000+00:00
Original source
env.docker won't help with the hardcoded setting above.
Archived author: locus313 • Posted: 2021-04-25T02:50:30.818000+00:00
Original source
correct
Archived author: locus313 • Posted: 2021-04-25T02:50:49.768000+00:00
Original source
but that is where we would add it i think