fabiogra commited on
Commit
e2f0346
1 Parent(s): 54c5727

fix: dockerfile secret

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,6 +28,6 @@ RUN chmod +x prepare_samples.sh
28
  EXPOSE 7860
29
 
30
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
31
- RUN --mount=type=secret,id=SECRET_EXAMPLE,mode=0444,required=true ./prepare_samples.sh
32
 
33
  ENTRYPOINT ["streamlit", "run", "app/header.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
28
  EXPOSE 7860
29
 
30
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
31
+ RUN --mount=type=secret,id=PREPARE_SAMPLES,mode=0444,required=true ./prepare_samples.sh
32
 
33
  ENTRYPOINT ["streamlit", "run", "app/header.py", "--server.port=7860", "--server.address=0.0.0.0"]