mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 15:47:00 +08:00
fix: Remove --system flag from uv sync command in Dockerfile
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y nginx git && rm -rf /var/lib/apt/lists/
|
|||||||
|
|
||||||
RUN pip install uv
|
RUN pip install uv
|
||||||
COPY pyproject.toml uv.lock ./
|
COPY pyproject.toml uv.lock ./
|
||||||
RUN uv sync --system && uv pip install gunicorn
|
RUN uv sync && uv pip install gunicorn
|
||||||
|
|
||||||
RUN git clone https://github.com/DrizzleTime/FoxelUpgrade /app/migrate
|
RUN git clone https://github.com/DrizzleTime/FoxelUpgrade /app/migrate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user