tfyyfyf commited on
Commit
e395f6d
1 Parent(s): 27f0f9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,7 +22,7 @@ USER user
22
  WORKDIR $HOME/app
23
 
24
 
25
- RUN git clone https://github.com/weaigc/bingo.git bg
26
  RUN chown -R user $HOME/app/bg
27
  WORKDIR $HOME/app/bg
28
  RUN npm install
@@ -31,4 +31,4 @@ RUN npm run build
31
  ENV PORT 7860
32
  EXPOSE 7860
33
 
34
- CMD npm start
 
22
  WORKDIR $HOME/app
23
 
24
 
25
+ RUN git clone https://github.com/arelice/bingo999-.git bg
26
  RUN chown -R user $HOME/app/bg
27
  WORKDIR $HOME/app/bg
28
  RUN npm install
 
31
  ENV PORT 7860
32
  EXPOSE 7860
33
 
34
+ CMD npm start