CultriX commited on
Commit
d489cba
·
verified ·
1 Parent(s): 9b47537

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -69,4 +69,4 @@ USER user
69
  EXPOSE 7860
70
 
71
  # 12) Set the default command to run the startup script
72
- CMD ["bash", "start.sh"]
 
69
  EXPOSE 7860
70
 
71
  # 12) Set the default command to run the startup script
72
+ ENTRYPOINT ["python", "app.py"]