mbarnig commited on
Commit
869e0a2
1 Parent(s): fe096f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -12,6 +12,9 @@ COPY .env $HOME/app/Chat_with_Avatar/.env
12
  WORKDIR $HOME/app/Chat_with_Avatar
13
  RUN ls -a
14
 
 
 
 
15
  # Loading Dependencies
16
  RUN npm install
17
 
 
12
  WORKDIR $HOME/app/Chat_with_Avatar
13
  RUN ls -a
14
 
15
+ RUN --mount=type=secret,id=EXAMPLE,mode=0444,required=true \
16
+ cat /run/secrets/EXAMPLE > /test
17
+
18
  # Loading Dependencies
19
  RUN npm install
20