fix(docker): garbled cjk characters in docker (#2393)

This commit is contained in:
Song Liu
2019-11-25 14:47:41 +08:00
committed by Stoabrogga
parent 3d34d799a6
commit 3700e91436

View File

@@ -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