Update .gitignore and change Dockerfile workdir
Added MaiBot-dev.code-workspace to .gitignore to prevent it from being tracked. Changed the working directory in the Dockerfile from /MaiMBot to /mmc for consistency or project structure update.
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.13.5-slim-bookworm
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
# 工作目录
|
||||
WORKDIR /MaiMBot
|
||||
WORKDIR /mmc
|
||||
|
||||
# 复制依赖列表
|
||||
COPY requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user