Commit e7326e8f authored by 郑磊's avatar 郑磊

更新dockerfile

parent fc594b63
......@@ -6,5 +6,7 @@ RUN pip install DBUtils==1.3 -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install oss2 -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple && rm -rf requirements.txt
RUN mkdir /fj-livekit
VOLUME /fj-livekit
WORKDIR /fj-livekit
CMD ["python", "run_v1.py"]
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