mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
feat: vite文件大小限制
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
services:
|
||||
frontend:
|
||||
image: wechatopenai/weknora-ui:latest
|
||||
build: ./frontend
|
||||
build:
|
||||
context: ./frontend
|
||||
args:
|
||||
- MAX_FILE_SIZE_MB=${MAX_FILE_SIZE_MB:-50}
|
||||
container_name: WeKnora-frontend
|
||||
ports:
|
||||
- "${FRONTEND_PORT:-80}:80"
|
||||
|
||||
Reference in New Issue
Block a user