Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -11,3 +11,6 @@ CMD ["python", "app.py"]
|
|
| 11 |
|
| 12 |
COPY requirements.txt .
|
| 13 |
RUN pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
COPY requirements.txt .
|
| 13 |
RUN pip install -r requirements.txt
|
| 14 |
+
|
| 15 |
+
CMD ["sh", "-c", "python app.py"]
|
| 16 |
+
|