更改验证码,简化目录

This commit is contained in:
不胜舟
2022-12-27 20:48:50 +08:00
parent c811b895d7
commit 078b838374
12 changed files with 142 additions and 45 deletions
+1 -1
View File
@@ -19,7 +19,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/dev.txt \
&& pip --no-cache-dir install -i ${PIPURL} gunicorn \
&& chmod +x start.sh
CMD ./start.sh