需要修改该文件
This commit is contained in:
parent
e1772efd91
commit
909c8cb28f
1 changed files with 0 additions and 14 deletions
14
Dockerfile
14
Dockerfile
|
|
@ -1,14 +0,0 @@
|
||||||
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…
Reference in a new issue