File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ NOTE: Creating chunked output is experimental.
16
16
17
17
Firebird 5.0 Language Reference
18
18
```
19
- docker run `
19
+ docker run --rm `
20
20
-v D:\Development\firebird-documentation\build\docs\chunk:/output `
21
21
-v D:\Development\firebird-documentation\build\docs\asciidoc\docbook:/input `
22
22
docbook-xslt `
@@ -31,7 +31,7 @@ NOTE: Creating chunked output is experimental.
31
31
32
32
Firebird 4.0 Language Reference
33
33
```
34
- docker run `
34
+ docker run --rm `
35
35
-v D:\Development\firebird-documentation\build\docs\chunk:/output `
36
36
-v D:\Development\firebird-documentation\build\docs\asciidoc\docbook:/input `
37
37
docbook-xslt `
@@ -46,7 +46,7 @@ NOTE: Creating chunked output is experimental.
46
46
47
47
Firebird 3.0 Language Reference
48
48
```
49
- docker run `
49
+ docker run --rm `
50
50
-v D:\Development\firebird-documentation\build\docs\chunk:/output `
51
51
-v D:\Development\firebird-documentation\build\docs\asciidoc\docbook:/input `
52
52
docbook-xslt `
You can’t perform that action at this time.
0 commit comments