3v324v23 commited on
Commit
e93d820
·
1 Parent(s): a55b31d

change back to gemini

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ USER appuser
14
 
15
  HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
16
 
17
- CMD ["gunicorn","-b", "0.0.0.0:7860", "gpt4:app"]
 
14
 
15
  HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
16
 
17
+ CMD ["gunicorn","-b", "0.0.0.0:7860", "gemini:app"]