db45f39 41ff374 db45f39 41ff374
1
2
3
4
5
6
7
FROM python:3.12-bookworm WORKDIR /app COPY . . RUN pip install --no-cache -r requirements.txt EXPOSE 50051 CMD [ "python", "main.py" ]