updated Dockerfile

This commit is contained in:
belviskhoremk
2026-04-06 22:25:43 +00:00
parent e6520aa22f
commit c7676162ef

View File

@@ -2,11 +2,6 @@ FROM python:3.12-alpine
WORKDIR /app WORKDIR /app
# Install system dependencies
RUN apt-get update && apt-get install -y \
gcc \
&& rm -rf /var/lib/apt/lists/*
COPY pyproject.toml . COPY pyproject.toml .
RUN uv init RUN uv init