lucianotonet commited on
Commit
ecbb166
·
1 Parent(s): ab66894

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 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 https://lucianotonet:$(cat /run/secrets/GITHUB_PAT)@github.com/lucianotonet/dev-assistant-server.git . ; \
34
  fi
35
 
36
  # If local, just copy the files