Explorar o código

更新物理世界数据

李莎 hai 1 ano
pai
achega
850ef0e3e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]