Nate 7 vuotta sitten
vanhempi
commit
761461fe12
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      frameworks/Python/uwsgi/uwsgi.dockerfile

+ 1 - 1
frameworks/Python/uwsgi/uwsgi.dockerfile

@@ -4,6 +4,6 @@ ADD ./ /uw
 
 WORKDIR /uw
 
-RUN pip install --install-option="--prefix=${PY2_ROOT}" -r /uw/requirements.lock
+RUN pip install --install-option="--prefix=${PY2_ROOT}" -r /uw/requirements.txt
 
 CMD uwsgi --master -L -l 5000 --gevent 1000 --http :8080 --http-keepalive --http-processes $CPU_COUNT -p $CPU_COUNT -w hello --add-header "Connection: keep-alive" --pidfile /tmp/uwsgi.pid