@@ -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"]
@@ -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>