fix:取消docker版上传ota固件时默认的文件大小限制

This commit is contained in:
hrz
2025-04-23 23:23:25 +08:00
parent 951370eee7
commit 3c62adab3c
4 changed files with 116 additions and 26 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# 配置Nginx
COPY docs/docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY docs/docker/nginx.conf /etc/nginx/nginx.conf
# 复制前端构建产物
COPY --from=web-builder /app/dist /usr/share/nginx/html