Ramesh-vani commited on
Commit
3110329
1 Parent(s): 8951e47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import re
5
  import threading
6
  import subprocess
7
 
8
- command = "docker-compose up -d"
9
  process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
10
 
11
  stdout, stderr = process.communicate()
 
5
  import threading
6
  import subprocess
7
 
8
+ command = "docker run hello-world"
9
  process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
10
 
11
  stdout, stderr = process.communicate()