Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -89,4 +89,4 @@ COPY --chown=user . .
|
|
| 89 |
EXPOSE 7860
|
| 90 |
|
| 91 |
# The command to run when the container starts: launch the Gradio app
|
| 92 |
-
CMD ["
|
|
|
|
| 89 |
EXPOSE 7860
|
| 90 |
|
| 91 |
# The command to run when the container starts: launch the Gradio app
|
| 92 |
+
CMD ["gradio", "app.py"]
|