docker fix2
This commit is contained in:
parent
a8233e8d09
commit
30362efcc0
|
@ -2,12 +2,11 @@ FROM python:3.8
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
RUN pip3 install pip
|
||||
RUN /usr/local/bin/python -m pip install --upgrade pip
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY Pipfile ./
|
||||
COPY Pipfile.lock ./
|
||||
COPY requirements.txt ./
|
||||
|
||||
RUN set -ex && pip install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user