Spaces:
Running
Running
TahaFawzyElshrif commited on
Commit ·
4d5ac3c
1
Parent(s): 75962b5
debug
Browse files- 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 |
-
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
|
| 18 |
+
# CMD ["python", "-u", "app.py"]
|
| 19 |
+
CMD ["python", "-u", "app.py"] & ["python", "-u", "Consumer.py"] & wait
|