lucianotonet commited on
Commit
8b2b629
·
1 Parent(s): 7427fd3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ WORKDIR /app
23
  ARG APP_ENV
24
 
25
  RUN --mount=type=secret,id=GITHUB_PAT \
26
- git clone --no-cache --branch next https://lucianotonet:$(cat /run/secrets/GITHUB_PAT)@github.com/agenciamav/app.agenciamav.com.br.git .
27
 
28
  # If local, just copy the files
29
  COPY . /app
 
23
  ARG APP_ENV
24
 
25
  RUN --mount=type=secret,id=GITHUB_PAT \
26
+ git clone --branch next https://lucianotonet:$(cat /run/secrets/GITHUB_PAT)@github.com/agenciamav/app.agenciamav.com.br.git .
27
 
28
  # If local, just copy the files
29
  COPY . /app