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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -