mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(docker): garbled cjk characters in docker (#2393)
This commit is contained in:
@@ -16,6 +16,8 @@ RUN ./azerothcore/bin/acore-db-asm 1
|
|||||||
|
|
||||||
FROM mysql:5.7
|
FROM mysql:5.7
|
||||||
|
|
||||||
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
# copy files from the previous build stage - see: https://docs.docker.com/develop/develop-images/multistage-build/
|
# copy files from the previous build stage - see: https://docs.docker.com/develop/develop-images/multistage-build/
|
||||||
COPY --from=builder /azerothcore/env/dist/sql /sql
|
COPY --from=builder /azerothcore/env/dist/sql /sql
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user