add protobuf
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
fc3bb9b487
commit
a48f0e4b93
|
@ -5,6 +5,6 @@ WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
||||||
#RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "app.py"]
|
||||||
|
|
Loading…
Reference in New Issue