fix: 修正构建错误

v1.5
吴小白 2022-05-30 11:03:48 +08:00 committed by Eric_Lee
parent 53d766897e
commit 7e63d0ba7f
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,8 @@
FROM registry.fit2cloud.com/public/python:v3
MAINTAINER Jumpserver Team <ibuler@qq.com>
ENV LANG=en_US.UTF-8
WORKDIR /opt/jumpserver
RUN useradd jumpserver
@ -22,9 +24,6 @@ RUN echo > config.yml
VOLUME /opt/jumpserver/data
VOLUME /opt/jumpserver/logs
ENV LANG=zh_CN.UTF-8
ENV LC_ALL=zh_CN.UTF-8
EXPOSE 8070
EXPOSE 8080
ENTRYPOINT ["./entrypoint.sh"]