mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-19 12:14:48 +08:00
Docker Support
This commit is contained in:
parent
5584416e8d
commit
aaf362f7f0
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
MAINTAINER Xiaopang
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY . /app
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y python3-pip python3 git \
|
||||||
|
&& cd /usr/local/bin \
|
||||||
|
&& ln -s /usr/bin/python3 python \
|
||||||
|
&& pip3 install -r /app/requirements.txt
|
||||||
|
|
||||||
|
CMD ["python" , "TikTok_ZH.py"]
|
Loading…
x
Reference in New Issue
Block a user