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 \ gcc \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY requirements.txt . COPY pyproject.toml .
RUN pip install --no-cache-dir -r requirements.txt RUN uv init
COPY . . COPY . .