Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM node:22.6-bullseye
|
|
| 3 |
|
| 4 |
WORKDIR $HOME/app
|
| 5 |
|
| 6 |
-
RUN ls -
|
| 7 |
|
| 8 |
# Clone HeyGen Github repository in app folder
|
| 9 |
RUN git clone https://github.com/mbarnig/Chat_with_Avatar.git
|
|
@@ -19,7 +19,7 @@ cat /run/secrets/session_password > /app/Chat_with_Avatar/public/swp.txt && cat
|
|
| 19 |
# change folder
|
| 20 |
WORKDIR $HOME/app/Chat_with_Avatar
|
| 21 |
|
| 22 |
-
RUN ls -
|
| 23 |
|
| 24 |
RUN cat .env
|
| 25 |
|
|
|
|
| 3 |
|
| 4 |
WORKDIR $HOME/app
|
| 5 |
|
| 6 |
+
RUN ls -al
|
| 7 |
|
| 8 |
# Clone HeyGen Github repository in app folder
|
| 9 |
RUN git clone https://github.com/mbarnig/Chat_with_Avatar.git
|
|
|
|
| 19 |
# change folder
|
| 20 |
WORKDIR $HOME/app/Chat_with_Avatar
|
| 21 |
|
| 22 |
+
RUN ls -al
|
| 23 |
|
| 24 |
RUN cat .env
|
| 25 |
|