Ufoptg commited on
Commit
1a79024
1 Parent(s): 3d75cb2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ COPY restart_script.sh /TruesAutoBLr/restart_script.sh
24
  RUN chmod +x /TruesAutoBLr/restart_script.sh
25
 
26
  # Run the restart script
27
- CMD ["bash", "-c", "python3 server.py & python3 code.py & /TruesAutoBLr/restart_script.sh"]
 
24
  RUN chmod +x /TruesAutoBLr/restart_script.sh
25
 
26
  # Run the restart script
27
+ CMD ["bash", "-c", "python3 server.py & python3 code.py"]