Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN apt-get update \
|
|
| 9 |
|
| 10 |
WORKDIR /app
|
| 11 |
|
| 12 |
-
ARG BRANCH=LM-Version-
|
| 13 |
|
| 14 |
# ✅ Automatic cache-buster tied to branch HEAD
|
| 15 |
ADD https://api.github.com/repos/YoussefElshaarawy/Pulse_Platform/commits?sha=${BRANCH}&per_page=1 /tmp/branch_head.json
|
|
|
|
| 9 |
|
| 10 |
WORKDIR /app
|
| 11 |
|
| 12 |
+
ARG BRANCH=LM-Version-Updated2
|
| 13 |
|
| 14 |
# ✅ Automatic cache-buster tied to branch HEAD
|
| 15 |
ADD https://api.github.com/repos/YoussefElshaarawy/Pulse_Platform/commits?sha=${BRANCH}&per_page=1 /tmp/branch_head.json
|