Spaces:
Running
Running
TahaFawzyElshrif commited on
Commit ·
46ad448
1
Parent(s): 4d5ac3c
modified processing to use queue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ COPY . .
|
|
| 16 |
|
| 17 |
|
| 18 |
# CMD ["python", "-u", "app.py"]
|
| 19 |
-
CMD ["python", "-u", "app.py"
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
# CMD ["python", "-u", "app.py"]
|
| 19 |
+
CMD ["python", "-u", "app.py","&","python", "-u", "Consumer.py" ,"&","wait"]
|