Update docker things

This commit is contained in:
Kohaku-Blueleaf
2025-10-02 22:09:28 +08:00
parent 40e24afb40
commit 648433a1ee
2 changed files with 2 additions and 2 deletions

View File

@@ -8,9 +8,9 @@ RUN pip install --no-cache-dir uv
WORKDIR /app
COPY pyproject.toml .
COPY ./pyproject.toml .
COPY ./src/ ./src/
COPY startup.py /app/startup.py
COPY ./docker/startup.py /app/startup.py
RUN chmod +x /app/startup.py
RUN uv pip install --system httpx