Neon-AI commited on
Commit
06b754f
·
verified ·
1 Parent(s): b0f7a2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \