npc0 commited on
Commit
54ef49b
·
verified ·
1 Parent(s): 8a9c3e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ ENV GRADIO_SERVER_PORT=7860
34
  EXPOSE 7860
35
 
36
  # Run the application
37
- CMD ["python3", "app.py"]
 
34
  EXPOSE 7860
35
 
36
  # Run the application
37
+ ENTRYPOINT ["python3", "app.py"]