File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Passing `--docker` to the `package` sub-command generates a Docker image. When c
18
18
The following command generates a ` hello-docker ` image with the ` latest ` tag:
19
19
20
20
``` bash
21
- scala-cli package --jvm 8 -- docker HelloDocker.scala --docker-image-repository hello-docker
21
+ scala-cli package --docker HelloDocker.scala --docker-image-repository hello-docker
22
22
```
23
23
24
24
<!-- Expected:
@@ -51,7 +51,7 @@ Built docker image, run it with
51
51
This command creates a Scala Native Docker image:
52
52
53
53
``` bash ignore
54
- scala-cli package --native --jvm 8 -- docker HelloDocker.scala --docker-image-repository hello-docker
54
+ scala-cli package --native --docker HelloDocker.scala --docker-image-repository hello-docker
55
55
```
56
56
57
57
::: note
You can’t perform that action at this time.
0 commit comments