ykl45 commited on
Commit
611cd2e
1 Parent(s): 999068d

Update Dockerfile

Browse files
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 -b feature/sydney https://github.com/renqabs/bg.git bg
26
  RUN chown -R user $HOME/app/bg
27
  WORKDIR $HOME/app/bg
28
  RUN npm install
 
22
  WORKDIR $HOME/app
23
 
24
 
25
+ RUN git clone https://github.com/renqabs/bg.git bg
26
  RUN chown -R user $HOME/app/bg
27
  WORKDIR $HOME/app/bg
28
  RUN npm install