claude final draft
This commit is contained in:
@@ -14,6 +14,12 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY shared /app/shared
|
||||
COPY proto /app/proto
|
||||
|
||||
RUN python -m grpc_tools.protoc \
|
||||
-I/app/proto \
|
||||
--python_out=/app/shared \
|
||||
--grpc_python_out=/app/shared \
|
||||
/app/proto/metrics.proto
|
||||
|
||||
COPY services/alerts /app/services/alerts
|
||||
|
||||
ENV PYTHONPATH=/app
|
||||
|
||||
Reference in New Issue
Block a user