TahaFawzyElshrif commited on
Commit
46ad448
·
1 Parent(s): 4d5ac3c

modified processing to use queue

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY . .
16
 
17
 
18
  # CMD ["python", "-u", "app.py"]
19
- CMD ["python", "-u", "app.py"] & ["python", "-u", "Consumer.py"] & wait
 
16
 
17
 
18
  # CMD ["python", "-u", "app.py"]
19
+ CMD ["python", "-u", "app.py","&","python", "-u", "Consumer.py" ,"&","wait"]