Open joan38 opened 4 years ago
Hey!
The following is not working:
docker run --mount src="$(pwd)",target=/opt/workspace,type=bind eed3si9n/sbt:sbt1.3.4-jdk8-alpine sbt test
Whereas with 1.3.0 it does:
docker run --mount src="$(pwd)",target=/opt/workspace,type=bind eed3si9n/sbt:sbt1.3.0-jdk8-alpine sbt test
Could we make the entrypoint sbt so that we can do:
sbt
docker run --mount src="$(pwd)",target=/opt/workspace,type=bind eed3si9n/sbt:sbt1.3.4-jdk8-alpine test
Thanks
I think at some point the AdoptOpenJDK changed to using jshell as the entry point.
Hey!
The following is not working:
Whereas with 1.3.0 it does:
Could we make the entrypoint
sbt
so that we can do:Thanks