deepak191z commited on
Commit
3a436a3
·
verified ·
1 Parent(s): 2e4fe56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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://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@github.com/viratxd/prompt-glow-lab-00.git /usr/src/app
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