Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 17 |
EXPOSE 5000
|
| 18 |
|
| 19 |
# Run the application
|
| 20 |
-
CMD ["python", "
|
|
|
|
| 17 |
EXPOSE 5000
|
| 18 |
|
| 19 |
# Run the application
|
| 20 |
+
CMD ["python", "main.py"]
|