Skip to content

Commit

Permalink
Dix docker image again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Nov 23, 2021
1 parent 68777c6 commit ca804c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 --docker HelloDocker.scala --docker-image-repository hello-docker
scala-cli package --jvm 8 --docker HelloDocker.scala --docker-image-repository hello-docker
```

<!-- Expected:
Expand Down

0 comments on commit ca804c7

Please sign in to comment.