Skip to content

Commit

Permalink
No need to pass --jvm 8 in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Nov 26, 2021
1 parent bdf0cbe commit c200399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/cookbooks/scala-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Passing `--docker` to the `package` sub-command generates a Docker image. When c
The following command generates a `hello-docker` image with the `latest` tag:

```bash
scala-cli package --jvm 8 --docker HelloDocker.scala --docker-image-repository hello-docker
scala-cli package --docker HelloDocker.scala --docker-image-repository hello-docker
```

<!-- Expected:
Expand Down Expand Up @@ -51,7 +51,7 @@ Built docker image, run it with
This command creates a Scala Native Docker image:

```bash ignore
scala-cli package --native --jvm 8 --docker HelloDocker.scala --docker-image-repository hello-docker
scala-cli package --native --docker HelloDocker.scala --docker-image-repository hello-docker
```

:::note
Expand Down

0 comments on commit c200399

Please sign in to comment.