Update Dockerfile
Browse files- 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/
|
| 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
|