[DiscordArchive] rebuilding the container?
[DiscordArchive] rebuilding the container?
Archived author: locus313 • Posted: 2021-04-25T03:13:34.997000+00:00
Original source
rebuilding the container?
Archived author: Mynder • Posted: 2021-04-25T03:13:55.680000+00:00
Original source
oh that worked alright, but ./acore.sh docker build afterwards didn't.
Archived author: locus313 • Posted: 2021-04-25T03:14:16.894000+00:00
Original source
gotcha
![[Image: unknown.png?ex=690c1295&is=690ac115&hm=8...dc8e1127f&]](https://cdn.discordapp.com/attachments/535208956449128490/835715364876451880/unknown.png?ex=690c1295&is=690ac115&hm=890038de4d58beab36722cba959f16991ae446191bf4b759d65b406dc8e1127f&)
Archived author: Mynder • Posted: 2021-04-25T03:14:30.471000+00:00
Original source
![[Image: unknown.png?ex=690c1295&is=690ac115&hm=8...dc8e1127f&]](https://cdn.discordapp.com/attachments/535208956449128490/835715364876451880/unknown.png?ex=690c1295&is=690ac115&hm=890038de4d58beab36722cba959f16991ae446191bf4b759d65b406dc8e1127f&)
Archived author: Mynder • Posted: 2021-04-25T03:14:54.075000+00:00
Original source
It was only able to convert the ones that had group id 1000 set as owner.
Archived author: Mynder • Posted: 2021-04-25T03:15:16.724000+00:00
Original source
[eddy@corsair azerothcore-wotlk]$ head apps/docker/Dockerfile
#================================================================
#
# DEV: Stage used for the development environment
# and the locally built services
#
#=================================================================
FROM ubuntu:20.04 as dev
ARG USER_ID=1000
ARG GROUP_ID=100
Archived author: locus313 • Posted: 2021-04-25T03:17:41.720000+00:00
Original source
just an idea what if you do a `chown 1000:100 *` in that folder, then try to do `./acore.sh docker start:app`
Archived author: Mynder • Posted: 2021-04-25T03:18:00.398000+00:00
Original source
that won't fix the EOLs
Archived author: locus313 • Posted: 2021-04-25T03:18:28.101000+00:00
Original source
yeah, understand that. just thinking that might get it to start correctly
Archived author: Mynder • Posted: 2021-04-25T03:18:58.359000+00:00
Original source
okay, but I still want to get to the bottom of this and fix it properly for everybody.