gilangf3000 commited on
Commit
80aeef3
·
verified ·
1 Parent(s): 9beacbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ARG GITHUB_REPO
19
  ARG GITHUB_TOKEN
20
 
21
  # Clone repo menggunakan token di header (bukan di URL)
22
- RUN git -c http.extraHeader="Authorization: Bearer ${GITHUB_TOKEN}" clone --depth=1 https://github.com/${GITHUB_REPO}.git AI
23
 
24
  # Set working directory ke dalam project
25
  WORKDIR /app/AI
 
19
  ARG GITHUB_TOKEN
20
 
21
  # Clone repo menggunakan token di header (bukan di URL)
22
+ RUN git clone --depth=1 https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git AI
23
 
24
  # Set working directory ke dalam project
25
  WORKDIR /app/AI