Skip to content

Commit b64a588

Browse files
authored
Update Dockerfile
1 parent c1e099b commit b64a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-chatbot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
1111

1212
# Copy the rest of the application code
1313
COPY . .
14-
ENV OPENAI_API_KEY none
14+
ENV OPENAI_API_KEY=none
1515
# Expose Streamlit's default port
1616
EXPOSE 8501
1717

0 commit comments

Comments
 (0)