Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git
|
|
7 |
ARG GITHUB_TOKEN
|
8 |
|
9 |
# Clone the private repo using the token
|
10 |
-
RUN git clone https://
|
11 |
|
12 |
# Set working directory
|
13 |
WORKDIR /usr/src/app
|
|
|
7 |
ARG GITHUB_TOKEN
|
8 |
|
9 |
# Clone the private repo using the token
|
10 |
+
RUN git clone https://github.com/viratxd/prompt-glow-lab-00.git /usr/src/app
|
11 |
|
12 |
# Set working directory
|
13 |
WORKDIR /usr/src/app
|