chore: Global project refactoring

This commit is contained in:
ITQ
2024-03-23 10:47:39 +03:00
parent 1802ce81b0
commit 7b28635f09
21 changed files with 143 additions and 116 deletions
-3
View File
@@ -2,11 +2,8 @@ FROM python:3.12-slim
WORKDIR /app
# Copy requirements file
COPY requirements/prod.txt .
# Install Python dependencies
RUN pip install --no-cache-dir -r prod.txt
# Copy the rest of the application files
COPY . .