Niansuh commited on
Commit
e8b5c2e
·
1 Parent(s): 30a8e7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:20
2
- RUN git clone https://github.com/weaigc/bingo.git
3
  WORKDIR "bingo"
4
  RUN npm i
5
  RUN npm run build
 
1
  FROM node:20
2
+ RUN git clone https://github.com/Niansuh/bingo.git
3
  WORKDIR "bingo"
4
  RUN npm i
5
  RUN npm run build