|
|
@ -30,6 +30,7 @@ WORKDIR /app |
|
|
|
RUN pip install --upgrade pip |
|
|
|
RUN pip install --upgrade pip |
|
|
|
RUN pip install gunicorn |
|
|
|
RUN pip install gunicorn |
|
|
|
RUN pip install wheel |
|
|
|
RUN pip install wheel |
|
|
|
|
|
|
|
RUN pip install flit |
|
|
|
|
|
|
|
|
|
|
|
RUN pip install -r requirements.txt |
|
|
|
RUN pip install -r requirements.txt |
|
|
|
RUN flit install --pth-file |
|
|
|
RUN flit install --pth-file |
|
|
|