李莎 пре 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"]