gilangf3000 commited on
Commit
cfbece2
·
verified ·
1 Parent(s): 5d87a6f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,6 +18,9 @@ WORKDIR /app
18
  ARG GITHUB_REPO
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-API
23
 
 
18
  ARG GITHUB_REPO
19
  ARG GITHUB_TOKEN
20
 
21
+ # Remove
22
+ RUN rm -rf AI AI-API
23
+
24
  # Clone repo menggunakan token di header (bukan di URL)
25
  RUN git clone --depth=1 https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git AI-API
26