YoussefSharawy91 commited on
Commit
c58f303
·
verified ·
1 Parent(s): 5c2d01f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update \
9
 
10
  WORKDIR /app
11
 
12
- ARG BRANCH=Final_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=Final_Deployment
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