Skip to content

Commit bf85e4f

Browse files
committed
core(docker): trying to make the docker image slimmer
1 parent e89df0c commit bf85e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ COPY --from=builder /usr/src/app/requirements.txt .
3434
RUN pip install --upgrade pip
3535
RUN pip install --no-cache /wheels/*
3636

37+
WORKDIR /usr/src/app
38+
3739
COPY code_bert /usr/src/app/code_bert/
3840
COPY libs /usr/src/app/libs/
3941
COPY queries /usr/src/app/queries/

0 commit comments

Comments
 (0)