wiked commited on
Commit
2d81e17
Β·
1 Parent(s): 4112831

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY . .
13
 
14
  RUN chmod -R 777 /app
15
 
16
- RUN --mount=type=secret,id=password,mode=0444,required=false \
17
  cat /run/secrets/password > /test
18
 
19
  EXPOSE 7860
 
13
 
14
  RUN chmod -R 777 /app
15
 
16
+ RUN --mount=type=secret,id=password,mode=0444,required=true \
17
  cat /run/secrets/password > /test
18
 
19
  EXPOSE 7860