Kaynağa Gözat

更新物理世界数据

李莎 1 yıl önce
ebeveyn
işleme
d0f5356cd2
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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>