Shubham Krishna commited on
Commit
13e3268
1 Parent(s): 4e264f1

FIx typo in secret name

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ COPY --chown=user . $HOME/app
27
 
28
  # Get secret EXAMPLE and output it to /test at buildtime
29
  RUN --mount=type=secret,id=PINECONE_API_ENV,mode=0444,required=true
30
- RUN --mount=type=secret,id=INDEX,mode=0444,required=true
31
  RUN --mount=type=secret,id=PINECONE_API_KEY,mode=0444,required=true
32
 
33
  EXPOSE 7860
 
27
 
28
  # Get secret EXAMPLE and output it to /test at buildtime
29
  RUN --mount=type=secret,id=PINECONE_API_ENV,mode=0444,required=true
30
+ RUN --mount=type=secret,id=INDEX_NAME,mode=0444,required=true
31
  RUN --mount=type=secret,id=PINECONE_API_KEY,mode=0444,required=true
32
 
33
  EXPOSE 7860