concept_learning 应用程式设定 第1步-构建前端docker映像以提取最新代码库 cd app/frontend/ docker build -t clearn-frontend . 第2步-运行图像 cd app docker-compose up -d 步骤3-初始化数据库架构 cd app/backend/app/scripts # Caution, this removes the tables sh reset_db.sh sh init_db.sh 第4步-插入原始图像 cd app/backend/app/scripts python3 insert_raw