henztech commited on
Commit
1c556f8
·
verified ·
1 Parent(s): 3e71ab7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM node:18-alpine
4
  RUN apk add --no-cache git
5
 
6
  # Clone repo
7
- RUN git clone https://github.com/EMMYHENZ-TECH/grand-Bnk-2 /app
8
 
9
  # Set working directory
10
  WORKDIR /app
 
4
  RUN apk add --no-cache git
5
 
6
  # Clone repo
7
+ RUN git clone https://github.com/EMMYHENZ-TECH/Binace-Clone /app
8
 
9
  # Set working directory
10
  WORKDIR /app