mirror of
https://github.com/levywang/avhub.git
synced 2026-02-21 08:47:22 +08:00
fix(Dockerfile):python module
This commit is contained in:
parent
e778106f96
commit
0e9dd75328
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
|
||||
# 安装依赖
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends nginx
|
||||
RUN pip install --no-cache-dir beautifulsoup4 fastapi requests uvicorn hydra-core curl_cffi
|
||||
RUN pip install --no-cache-dir beautifulsoup4 fastapi requests uvicorn hydra-core curl_cffi schedule
|
||||
|
||||
# 复制应用代码
|
||||
COPY . /app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user