Commit 7c22a297 authored by ibuler's avatar ibuler

Merge remote-tracking branch 'origin/test' into test

parents 7b1d0b45 6e214f42
......@@ -5,7 +5,7 @@ COPY requirements /opt/coco/requirements
WORKDIR /opt/coco
RUN cd requirements && yum -y install $(cat rpm_requirements.txt) && \
pip install -r requirements.txt
pip install -r requirements.txt --download-cache=/opt/coco/.pip-cache/
COPY . /opt/coco
VOLUME /opt/coco/logs
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