fix dockerfile
This commit is contained in:
parent
6ec2fdc343
commit
b7cdb5bb4e
|
@ -6,9 +6,9 @@ RUN /usr/local/bin/python -m pip install --upgrade pip
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY Pipfile ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
RUN set -ex && pip install
|
RUN set -ex && pip install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user