fix: 修复图片显示问题,添加whitenoise优化静态文件性能
Some checks failed
Deploy to Server / deploy (push) Has been cancelled

This commit is contained in:
爽哒哒
2026-03-21 12:18:51 +08:00
parent 68ebf7f100
commit 555b5badbf
6 changed files with 29 additions and 32 deletions

View File

@@ -14,7 +14,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
# 复制项目
COPY . /app/
COPY .env /app/
# 暴露端口
EXPOSE 8876