Skip to content

Commit

Permalink
improve logging filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 23, 2024
1 parent da4c054 commit 3da0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ RUN pip install -U pip && \

WORKDIR /app

ENTRYPOINT [ "python", "./start_grpc_server.py" ]
ENTRYPOINT [ "python", "-m", "start_grpc_server" ]

COPY . ./

0 comments on commit 3da0679

Please sign in to comment.