playframework - Image resource cannot be found after using sbt debian:packageBin -


i have put images path app/assets/images after used command sbt debian:packagebin , deployed server, images couldn't found.

can me solve problem?

i have sovled problem did not put these images package after used command sbt debian:package put these code build.sbt import nativepackagerhelper._ ... mappings in (compile, packagebin) ++= directory("public")


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -