mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Fix(Docker): Add missing dollar sign (#18314)
This commit is contained in:
@@ -132,7 +132,7 @@ RUN groupadd --gid "$GROUP_ID" "$DOCKER_USER" && \
|
|||||||
passwd -d "$DOCKER_USER" && \
|
passwd -d "$DOCKER_USER" && \
|
||||||
chown -R "$DOCKER_USER:$DOCKER_USER" /azerothcore
|
chown -R "$DOCKER_USER:$DOCKER_USER" /azerothcore
|
||||||
|
|
||||||
COPY --chown=$USER_ID:GROUP_ID \
|
COPY --chown=$USER_ID:$GROUP_ID \
|
||||||
--chmod=755 \
|
--chmod=755 \
|
||||||
apps/docker/entrypoint.sh /azerothcore/entrypoint.sh
|
apps/docker/entrypoint.sh /azerothcore/entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user