Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -8,3 +8,5 @@ RUN pip install -r requirements.txt
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
CMD ["python", "app.py"]
|
| 11 |
+
|
| 12 |
+
|