mbarnig commited on
Commit
72828fa
1 Parent(s): 907ab64

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,10 +7,10 @@ WORKDIR $HOME/app
7
  RUN git clone https://github.com/mbarnig/InteractiveAvatarNextJSDemo.git
8
 
9
  RUN --mount=type=secret,id=my_apis,mode=0444,required=true \
10
- cat /run/secrets/my_apis > /app/Chat_with_Avatar/.env && cat /app/Chat_with_Avatar/.env
11
 
12
  # change folder
13
- WORKDIR $HOME/app/Chat_with_Avatar
14
 
15
  RUN ls -al
16
 
 
7
  RUN git clone https://github.com/mbarnig/InteractiveAvatarNextJSDemo.git
8
 
9
  RUN --mount=type=secret,id=my_apis,mode=0444,required=true \
10
+ cat /run/secrets/my_apis > /app/InteractiveAvatarNextJSDemo/.env && cat /app/InteractiveAvatarNextJSDemo/.env
11
 
12
  # change folder
13
+ WORKDIR $HOME/app/InteractiveAvatarNextJSDemo
14
 
15
  RUN ls -al
16