PluginLiveInterns commited on
Commit
98ff4f9
·
1 Parent(s): 6e95cf9

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,4 +58,4 @@ EXPOSE 7860
58
 
59
  # Set environment variables placeholder (actual key should be provided at runtime)
60
  ENV GEMINI_API_KEY=""
61
- CMD ["streamlit", "run", "app2.py", "--server.address=0.0.0.0", "--port", "7860"]
 
58
 
59
  # Set environment variables placeholder (actual key should be provided at runtime)
60
  ENV GEMINI_API_KEY=""
61
+ CMD ["streamlit", "run", "app2.py", "--server.address=0.0.0.0", "--server.port", "7860"]