Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,5 +22,5 @@ WORKDIR $HOME/app/deepseek2api
|
|
22 |
# Install dependencies
|
23 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
24 |
|
25 |
-
# Run the application
|
26 |
-
CMD ["python", "
|
|
|
22 |
# Install dependencies
|
23 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
24 |
|
25 |
+
# Run the application (corrected path)
|
26 |
+
CMD ["python", "app.py"]
|