mbarnig commited on
Commit
9cd30ad
1 Parent(s): a73e6fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:22.6-bullseye
3
 
4
  WORKDIR $HOME/app
5
 
6
- RUN ls -l
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 -l
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