fix(Dockerfile): 修正dockerfile

pull/1/head
infinitycat 2025-04-09 11:26:22 +08:00
parent ead2bb17a1
commit 61551004dd
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ RUN uv pip install --system --upgrade pip
RUN uv pip install --system -e /maim_message
RUN uv pip install --system -r /requirements.txt
WORKDIR /adapters
COPY . .
ENTRYPOINT ["python", "main.py"]