Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,4 +34,4 @@ ENV GRADIO_SERVER_PORT=7860
|
|
| 34 |
EXPOSE 7860
|
| 35 |
|
| 36 |
# Run the application
|
| 37 |
-
|
|
|
|
| 34 |
EXPOSE 7860
|
| 35 |
|
| 36 |
# Run the application
|
| 37 |
+
ENTRYPOINT ["python3", "app.py"]
|