Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-02-14 01:02:12 +08:00
15 changed files with 1066 additions and 172 deletions

View File

@@ -379,7 +379,7 @@ RUN groupadd --gid "$GROUP_ID" "$DOCKER_USER" && \
passwd -d "$DOCKER_USER" && \
chown -R "$DOCKER_USER:$DOCKER_USER" /azerothcore
COPY --chown=$USER_ID:GROUP_ID \
COPY --chown=$USER_ID:$GROUP_ID \
--chmod=755 \
apps/docker/entrypoint.sh /azerothcore/entrypoint.sh