Skip to content

Commit

Permalink
build: docker pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 8, 2025
1 parent a0e648e commit d94b933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FROM python:3.10-slim@sha256:66aad90b231f011cb80e1966e03526a7175f0586724981969b2
ENTRYPOINT [ "python", "-m", "start_grpc_server" ]

ENV PIP_ROOT_USER_ACTION=ignore
ENV PYTHONPATH=/app
WORKDIR /app

COPY --from=build /app/requirements.txt .
Expand Down

0 comments on commit d94b933

Please sign in to comment.