fix: update

parent e9187ceb
......@@ -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 --cache-dir .pip-cache/
pip install -r requirements.txt --cache-dir /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