mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-17 08:27:17 +08:00
Update Dockerfile
This commit is contained in:
parent
00b3c5e753
commit
723289afed
@ -6,9 +6,9 @@ RUN apt-get -y update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
python3.11 python3-pip python3.11-dev nodejs
|
||||
|
||||
# Using douban pipy mirror
|
||||
RUN pip3 install -i https://pypi.douban.com/simple/ -U pip
|
||||
RUN pip3 config set global.index-url https://pypi.douban.com/simple/
|
||||
# Using Aliyun pipy mirror
|
||||
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -U pip
|
||||
RUN pip3 config set global.index-url https://mirrors.aliyun.com/pypi/simple/
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user