We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e099b commit b64a588Copy full SHA for b64a588
ai-chatbot/Dockerfile
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
12
# Copy the rest of the application code
13
COPY . .
14
-ENV OPENAI_API_KEY none
+ENV OPENAI_API_KEY=none
15
# Expose Streamlit's default port
16
EXPOSE 8501
17
0 commit comments