Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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/
|
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
|