Explorar o código

aha! sorry, I lost $tuna last commit

Tinger %!s(int64=2) %!d(string=hai) anos
pai
achega
75dece16eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,6 +7,6 @@ COPY requires.cpu .
 ARG tuna=https://pypi.tuna.tsinghua.edu.cn/simple
 
 RUN pip install --no-cache-dir --upgrade pip -i $tuna && \
- pip install --no-cache-dir -r requires.cpu -i
+ pip install --no-cache-dir -r requires.cpu -i $tuna
 
 CMD ["gunicorn", "app:app"]