Spaces:
Running
Running
TahaFawzyElshrif commited on
Commit ·
75962b5
1
Parent(s): 356dabc
debug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,6 +14,6 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
#CMD ["python", "Consumer.py"] won't work. reliability?
|
| 17 |
-
CMD ["python", "Consumer.py"]
|
| 18 |
|
| 19 |
CMD ["python", "-u", "app.py"]
|
|
|
|
| 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"]
|