avreymi commited on
Commit
49f0a7a
1 Parent(s): 1d18da0

הוספת key

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -18,7 +18,6 @@ WORKDIR $HOME/app
18
 
19
  COPY --chown=user . $HOME/app
20
  RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
21
- RUN chmod +x tests.sh
22
- RUN ./tests.sh
23
 
24
  CMD ["streamlit", "run","app.py","--server.port" ,"7860"]
 
18
 
19
  COPY --chown=user . $HOME/app
20
  RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
21
+ RUN chmod +x tests.sh && ./tests.sh
 
22
 
23
  CMD ["streamlit", "run","app.py","--server.port" ,"7860"]