Spaces:
Sleeping
Sleeping
Commit
·
0a9e19d
1
Parent(s):
8b2b629
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ 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
|
30 |
|
|
|
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
|
30 |
|