mbarnig commited on
Commit
9e7a91f
1 Parent(s): 7e5539b

Update Dockerfile

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