[DiscordArchive] Do you have an idea what exactly I need to modifiy ?
[DiscordArchive] Do you have an idea what exactly I need to modifiy ?
Archived author: MATU • Posted: 2023-10-03T10:16:20.254000+00:00
Original source
Do you have an idea what exactly I need to modifiy ?
Like a noob I tried to add the code in the docker-cmd.sh
`build)
set -x
docker compose --profile local --profile dev --profile dev-build build
docker compose --profile dev-build run --rm --l net.unraid.docker.icon='http://www.rw-designer.com/icon-image/21526-256x256x32.png' --no-deps ac-dev-build /bin/bash /azerothcore/apps/docker/docker-build-dev.sh
set +x
shift
;;`
but the build failed with the following error:
`+ docker compose --profile dev-build run --rm --l net.unraid.docker.icon=http://www.rw-designer.com/icon-image/21526-256x256x32.png --no-deps ac-dev-build /bin/bash /azerothcore/apps/docker/docker-build-dev.sh
unknown flag: --l`
Makes sense to me. Maybe it was just not the right place to add it there. Does anyone know where I have to put it ?