mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
use a temp directory to generate doc to be sure working tree is clean
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
099715fb6f
commit
be187bae64
2 changed files with 7 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ cp -r docs/reference /out
|
|||
EOT
|
||||
|
||||
FROM scratch AS update
|
||||
COPY --from=gen /out /
|
||||
COPY --from=gen /out /out
|
||||
|
||||
FROM gen AS validate
|
||||
RUN --mount=target=/context \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue