BG5 commited on
Commit
f22eb79
·
verified ·
1 Parent(s): 6e1b090

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
29
  # bash install.sh
30
  # 同时运行 python main.py 和 bash install.sh
31
  RUN python main.py & \
32
- bash install.sh & \
33
 
34
 
35
  # CMD ["sh", "-c", "python main.py"]
 
29
  # bash install.sh
30
  # 同时运行 python main.py 和 bash install.sh
31
  RUN python main.py & \
32
+ bash install.sh
33
 
34
 
35
  # CMD ["sh", "-c", "python main.py"]