AshScriptPlugin /bin/sh
fpopic opened this issue · 1 comments
fpopic commented
java with entrypoint works
docker run --rm -it --user app:app fpopic/sbt-docker-example:latest
ash without entrypoint
docker run --rm -it --user app:app fpopic/sbt-docker-example:latest /bin/sh
fpopic commented
Happens because of sbt/sbt-native-packager#1264