Fix(Docker): Add missing dollar sign (#18314)
This commit is contained in:
parent
c71531ee0d
commit
e282f6caaa
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue