abubasith86 commited on
Commit
70b0be1
·
verified ·
1 Parent(s): 5d158be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y git
9
 
10
  # Clone your repo
11
  RUN rm -rf /usr/src/app \
12
- && git clone https://github.com/abubasith456/Node-WLA.git /usr/src/app
13
 
14
  # Switch working directory to backend folder
15
  WORKDIR /usr/src/app/backend
 
9
 
10
  # Clone your repo
11
  RUN rm -rf /usr/src/app \
12
+ && git clone https://github.com/abubasith456/React-white-label.git /usr/src/app
13
 
14
  # Switch working directory to backend folder
15
  WORKDIR /usr/src/app/backend