mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-13 23:50:12 +00:00
fix uwsgi build
This commit is contained in:
parent
26274aa98d
commit
9475a01e23
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user