TahaFawzyElshrif commited on
Commit
4d5ac3c
·
1 Parent(s): 75962b5
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
13
 
14
  COPY . .
15
 
16
- #CMD ["python", "Consumer.py"] won't work. reliability?
17
- CMD ["python", "-u", "Consumer.py"]
18
 
19
- CMD ["python", "-u", "app.py"]
 
 
 
13
 
14
  COPY . .
15
 
 
 
16
 
17
+
18
+ # CMD ["python", "-u", "app.py"]
19
+ CMD ["python", "-u", "app.py"] & ["python", "-u", "Consumer.py"] & wait