Skip to content

Commit b9f81aa

Browse files
committed
Use poetry in Dockerfile
1 parent 28d71d1 commit b9f81aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR /app
44

55
COPY . /app
66

7-
RUN pip install --upgrade pip \
8-
&& pip install . \
7+
RUN pip install --upgrade pip poetry \
8+
&& poetry install \
99
&& apt-get clean
1010

1111
ENTRYPOINT ["searchcode"]

0 commit comments

Comments
 (0)