Skip to content

Commit 631dfdf

Browse files
committed
new dockerfile
1 parent 6d5fc97 commit 631dfdf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ FROM python:3.9
22

33
WORKDIR /wsgi
44

5-
COPY Pipfile /wsgi/
5+
COPY Pipfile Pipfile.lock /wsgi/
66

7-
RUN pip install pipenv
8-
9-
RUN pipenv install --deploy --ignore-pipfile
7+
RUN pip install pipenv && pipenv install --deploy --ignore-pipfile
108

119
RUN pipenv run python -m spacy download en_core_web_sm
1210

0 commit comments

Comments
 (0)