Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ WORKDIR /
|
|
17 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
18 |
|
19 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
20 |
-
CMD ["
|
|
|
17 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
18 |
|
19 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
20 |
+
CMD ["python3", "app.py"]
|