Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -28,6 +28,7 @@ RUN rm -rf /app/* || true
|
|
| 28 |
# -----------------------------
|
| 29 |
# Clone private repo, pull LFS, remove .git
|
| 30 |
# -----------------------------
|
|
|
|
| 31 |
RUN --mount=type=secret,id=GH_TOKEN \
|
| 32 |
git clone --depth=1 https://$(cat /run/secrets/GH_TOKEN)@github.com/IMaduwike/telebot-api.git . && \
|
| 33 |
git lfs pull && \
|
|
|
|
| 28 |
# -----------------------------
|
| 29 |
# Clone private repo, pull LFS, remove .git
|
| 30 |
# -----------------------------
|
| 31 |
+
ARG CACHEBUST=$(date +%s)
|
| 32 |
RUN --mount=type=secret,id=GH_TOKEN \
|
| 33 |
git clone --depth=1 https://$(cat /run/secrets/GH_TOKEN)@github.com/IMaduwike/telebot-api.git . && \
|
| 34 |
git lfs pull && \
|