lyimo commited on
Commit
681249e
1 Parent(s): a13ba9b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,5 +23,5 @@ WORKDIR $HOME/app
23
 
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
-
27
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
23
 
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
+ ENV OPENAI_API_KEY=sk-proj-zufatzHdsNmcalxgJUG7T3BlbkFJJCw6YnyYqkJhS4xkvrm
27
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]