更新依赖

This commit is contained in:
resonate
2022-01-14 13:46:33 +08:00
parent b5fbd9867b
commit 7d179aae2e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ COPY . /app
WORKDIR /app
RUN pip --no-cache-dir install -i ${PIPURL} --upgrade pip \
&& pip --no-cache-dir install -i ${PIPURL} -r requirement/requirement-dev.txt \
&& pip --no-cache-dir install -i ${PIPURL} -r requirement/min.txt \
&& pip --no-cache-dir install -i ${PIPURL} gunicorn \
&& chmod +x start.sh
CMD ./start.sh