Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ COPY . /app
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Run the Gradio app
|
26 |
-
CMD ["python", "
|
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Run the Gradio app
|
26 |
+
CMD ["python", "app.py"]
|