pipenv
This commit is contained in:
parent
bffd2de8b8
commit
66806fbad4
2 changed files with 49 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ RUN mkdir -p /usr/src/app
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY ./Pipfile /usr/src/app
|
||||
RUN pipenv lock --requirements > requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pipenv lock && pipenv sync
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue