feat(add cost module):

This commit is contained in:
Alexander Myasoedov
2025-02-09 22:01:57 +02:00
parent 72f1f74df7
commit 5fa33f094c
4 changed files with 109 additions and 5 deletions
+4
View File
@@ -21,6 +21,10 @@ RUN pip install --no-cache-dir -r requirements.txt
# Runtime stage
FROM python:3.11-slim
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
WORKDIR /app
# Copy only the necessary files from the builder stage