Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -8,3 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
|
|
|
|
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
| 11 |
+
|
| 12 |
+
# Force rebuild
|