lucianotonet commited on
Commit
a86f60e
·
1 Parent(s): ffa8ccf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ARG APP_ENV
30
  RUN --mount=type=secret,id=GITHUB_PAT \
31
  if [ "$APP_ENV" != "local" ] ; then \
32
  rm -rf /app/* /app/.* || true && \
33
- git clone --no-cache https://lucianotonet:$(cat /run/secrets/GITHUB_PAT)@github.com/agenciamav/app.agenciamav.com.br.git . ; \
34
  fi
35
 
36
  # If local, just copy the files
 
30
  RUN --mount=type=secret,id=GITHUB_PAT \
31
  if [ "$APP_ENV" != "local" ] ; then \
32
  rm -rf /app/* /app/.* || true && \
33
+ git clone --no-cache --branch next https://lucianotonet:$(cat /run/secrets/GITHUB_PAT)@github.com/agenciamav/app.agenciamav.com.br.git . ; \
34
  fi
35
 
36
  # If local, just copy the files