Spaces:
Runtime error
Runtime error
Commit ·
473830e
1
Parent(s): 8fd596d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ RUN pip install en_core_web_sm-2.3.1.tar.gz
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
# Define the command to run your application (without Uvicorn)
|
| 26 |
-
CMD ["python",
|
|
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
# Define the command to run your application (without Uvicorn)
|
| 26 |
+
CMD ["python", "app.py"]
|