Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,5 +19,5 @@ COPY . /app
|
|
| 19 |
EXPOSE 7860
|
| 20 |
|
| 21 |
# Run the app
|
| 22 |
-
CMD ["python", "app
|
| 23 |
|
|
|
|
| 19 |
EXPOSE 7860
|
| 20 |
|
| 21 |
# Run the app
|
| 22 |
+
CMD ["python", "app.py"]
|
| 23 |
|