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
Post a Comment