Skip to content

Commit

Permalink
Fix(Docker): Add missing dollar sign (azerothcore#18314)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldelago authored Feb 13, 2024
1 parent c71531e commit e282f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e282f6c

Please sign in to comment.