Greff3 Niansuh commited on
Commit
186dffe
1 Parent(s): 9247316

Update Dockerfile (#1)

Browse files

- Update Dockerfile (62c9fc3563c0e05b280b40837c5f1584eec1897c)


Co-authored-by: Husnain <Niansuh@users.noreply.huggingface.co>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ USER user
22
  WORKDIR $HOME/app
23
 
24
 
25
- RUN git clone https://github.com/Niansuh/Bingo.git Bingo
26
  RUN chown -R user $HOME/app/Bingo
27
  WORKDIR $HOME/app/Bingo
28
  RUN npm install
 
22
  WORKDIR $HOME/app
23
 
24
 
25
+ RUN git clone https://github.com/greff379/Bingo.git Bingo
26
  RUN chown -R user $HOME/app/Bingo
27
  WORKDIR $HOME/app/Bingo
28
  RUN npm install