thecuong commited on
Commit
95292e3
·
verified ·
1 Parent(s): 4b9c928

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR /app
18
 
19
  # ✅ CLONE PRIVATE REPO (root đọc được secret)
20
  RUN --mount=type=secret,id=GIT_TOKEN,mode=0444 \
21
- git clone -b cat/main \
22
  https://oauth2:$(cat /run/secrets/GIT_TOKEN)@git.nexusti.vn/ai/next-gen.git .
23
 
24
  # Đổi owner cho user
 
18
 
19
  # ✅ CLONE PRIVATE REPO (root đọc được secret)
20
  RUN --mount=type=secret,id=GIT_TOKEN,mode=0444 \
21
+ git clone -b cat/hf \
22
  https://oauth2:$(cat /run/secrets/GIT_TOKEN)@git.nexusti.vn/ai/next-gen.git .
23
 
24
  # Đổi owner cho user