rajsecrets0 commited on
Commit
2c1368a
·
verified ·
1 Parent(s): 0e6eea9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -23,9 +23,5 @@ USER myuser
23
  # Make port 7860 available to the world outside this container
24
  EXPOSE 7860
25
 
26
- # Define environment variables
27
- ENV GEMINI_API_KEY=${GEMINI_API_KEY}
28
- ENV SERP_API_KEY=${SERP_API_KEY}
29
-
30
  # Run app.py when the container launches
31
  CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
23
  # Make port 7860 available to the world outside this container
24
  EXPOSE 7860
25
 
 
 
 
 
26
  # Run app.py when the container launches
27
  CMD ["chainlit", "run", "app.py", "--port", "7860"]