Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM node:22.6-bullseye
|
|
| 4 |
WORKDIR $HOME/app
|
| 5 |
|
| 6 |
# Clone HeyGen Github repository in app folder
|
| 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
|
|
|
|
| 4 |
WORKDIR $HOME/app
|
| 5 |
|
| 6 |
# Clone HeyGen Github repository in app folder
|
| 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
|