add protobuf
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 19:39:27 +08:00
parent fc3bb9b487
commit a48f0e4b93
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ WORKDIR /app
COPY . /app
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"]