Commit 4bb33ffc authored by ibuler's avatar ibuler

[Update] 增加coco环境变量

parent 2e7dd14f
...@@ -6,6 +6,10 @@ WORKDIR /opt/coco ...@@ -6,6 +6,10 @@ WORKDIR /opt/coco
RUN cd requirements && yum -y install $(cat rpm_requirements.txt) && \ RUN cd requirements && yum -y install $(cat rpm_requirements.txt) && \
pip install -r requirements.txt pip install -r requirements.txt
ENV LANG=zh_CN.UTF-8
ENV LC_ALL=zh_CN.UTF-8
COPY . /opt/coco COPY . /opt/coco
VOLUME /opt/coco/logs VOLUME /opt/coco/logs
VOLUME /opt/coco/keys VOLUME /opt/coco/keys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment