Commit f7b66eee authored by ibuler's avatar ibuler

Merge branch 'test' of bitbucket.org:jumpserver/coco into test

parents c6e0547e f9cb747f
......@@ -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 --download-cache=/opt/coco/.pip-cache/
pip install -r requirements.txt
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