拷贝环境变量

This commit is contained in:
2025-09-30 02:45:01 +08:00
parent deab2d7b2b
commit 6bc9f94e83

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY requirements.txt ./ COPY requirements.txt ./
RUN pip install -r requirements.txt --no-deps RUN pip install -r requirements.txt --no-deps
COPY bot.py pyproject.toml ./ COPY bot.py pyproject.toml .env.prod .env.test ./
COPY assets ./assets COPY assets ./assets
COPY scripts ./scripts COPY scripts ./scripts
COPY konabot ./konabot COPY konabot ./konabot