fix uwsgi build

This commit is contained in:
simon 2022-06-14 11:17:45 +07:00
parent 26274aa98d
commit 9475a01e23
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get clean && apt-get -y update && \
ENV PATH=/root/.local/bin:$PATH
COPY requirements.txt /requirements.txt
RUN pip install --user -r requirements.txt
RUN pip install --upgrade pip && pip install --user -r requirements.txt
RUN mkdir /data