后端移动文件夹,前端在docker中编译,进一步减小镜像大小

This commit is contained in:
buyfakett
2024-05-02 00:29:33 +08:00
parent 68acfc2176
commit b0817517b6
20 changed files with 24 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
from pydantic import BaseModel
class IDData(BaseModel):
id: int