fix: 修复图片显示问题,添加whitenoise优化静态文件性能
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
This commit is contained in:
@@ -14,7 +14,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||
|
||||
# 复制项目
|
||||
COPY . /app/
|
||||
COPY .env /app/
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 8876
|
||||
|
||||
Reference in New Issue
Block a user