fix 前端控制台报错的问题 \

fix 无法打印中文的问题
This commit is contained in:
陈景阳
2019-08-31 12:04:12 +08:00
parent 369ef02fc7
commit 771cb76277
5 changed files with 8 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ RUN sed -i 's/#rc_sys=""/rc_sys="lxc"/g' /etc/rc.conf && \
# working directory
WORKDIR /app/backend
ENV PYTHONIOENCODING utf-8
# frontend port
EXPOSE 8080

View File

@@ -35,7 +35,7 @@ RUN apk del .build-deps
# working directory
WORKDIR /app/backend
ENV PYTHONIOENCODING utf-8
# backend port
EXPOSE 8000