fix after merge
This commit is contained in:
22
Dockerfile
22
Dockerfile
@@ -1,12 +1,12 @@
|
||||
FROM python:3.9
|
||||
|
||||
RUN pip3 install pipenv
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY Pipfile ./
|
||||
COPY Pipfile.lock ./
|
||||
|
||||
RUN set -ex && pipenv install --deploy --system
|
||||
|
||||
FROM python:3.9
|
||||
|
||||
RUN pip3 install pipenv
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY Pipfile ./
|
||||
COPY Pipfile.lock ./
|
||||
|
||||
RUN set -ex && pipenv install --deploy --system
|
||||
|
||||
COPY . .
|
Reference in New Issue
Block a user