deepak191z commited on
Commit
3544f6d
·
verified ·
1 Parent(s): a3ba1f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ ARG GITHUB_USERNAME
8
  ARG GITHUB_TOKEN
9
 
10
  # Clone the private repository securely
11
- RUN git clone https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_USERNAME}/prompt-glow-lab-00.git /usr/src/app
12
 
13
  # Set working directory
14
  WORKDIR /usr/src/app
 
8
  ARG GITHUB_TOKEN
9
 
10
  # Clone the private repository securely
11
+ RUN git clone https://github.com/viratxd/prompt-glow-lab-00.git /usr/src/app
12
 
13
  # Set working directory
14
  WORKDIR /usr/src/app