fix: Remove uv sync command from Dockerfile to streamline installation (#33)

This commit is contained in:
时雨
2025-09-06 16:55:28 +08:00
committed by GitHub
parent c759b36aba
commit 3fd48da2b4

View File

@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y nginx git && rm -rf /var/lib/apt/lists/
RUN pip install uv
COPY pyproject.toml uv.lock ./
RUN uv sync && uv pip install gunicorn
RUN uv pip install --system . gunicorn
RUN git clone https://github.com/DrizzleTime/FoxelUpgrade /app/migrate