瀏覽代碼

更新物理世界数据

李莎 1 年之前
父節點
當前提交
d0f5356cd2
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Dockerfile
  2. 1 1
      physical_world_exporter/config.xml

+ 1 - 1
Dockerfile

@@ -6,6 +6,6 @@ ADD . .
 
 RUN  pip install -r requirements.txt
 
-WORKDIR ./python_physical_world_v3/physical_world_exporter
+WORKDIR physical_world_exporter
 
 CMD ["python", "-u","./start-linux.py"]

+ 1 - 1
physical_world_exporter/config.xml

@@ -2,5 +2,5 @@
 
     <!-- database:数据源位置  -->
     <metadata database="saga_physical_world_v3" url="http://10.100.28.79/metadata-web/services/Service1_WS?wsdl" />
-    <cmd sourcepath="/python_physical_world_v3/physical_world_exporter/data-exporter" targetpath="/python_physical_world_v3/physical_world_exporter/data/3301100002"/>
+    <cmd sourcepath="/python_physical_world_v3/data-exporter" targetpath="/python_physical_world_v3/data/3301100002"/>
 </root>