소스 검색

更新物理世界数据

李莎 1 년 전
부모
커밋
850ef0e3e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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