Skip to content

Commit

Permalink
1139311
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc391 committed Jan 8, 2025
1 parent 997c92e commit 752c718
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
CMD ["python", "main.py"]

# Install gRPC tools
RUN pip install grpcio grpcio-tools
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ black
coverage
flake8
isort
pre-commit
pre-commit
grpcio
grpcio-tools

0 comments on commit 752c718

Please sign in to comment.