Selaa lähdekoodia

更新物理世界数据

李莎 1 vuosi sitten
vanhempi
commit
de8b917130
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -1,9 +1,11 @@
 FROM python:3.7.15-slim
 
 
-WORKDIR ./python_physical_world_v3/python_physical_world
+WORKDIR ./python_physical_world_v3
 ADD . .
 
 RUN  pip install -r requirements.txt
 
+WORKDIR ./python_physical_world_v3/python_physical_world
+
 CMD ["python", "-u","./start-linux.py"]