updated Dockerfile

This commit is contained in:
belviskhoremk
2026-04-06 22:19:19 +00:00
parent 3b89841a4e
commit e6520aa22f

View File

@@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y \
gcc \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY pyproject.toml .
RUN uv init
COPY . .