Open fpopic opened 4 years ago
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
Happens because of https://github.com/sbt/sbt-native-packager/issues/1264
java with entrypoint works
ash without entrypoint