I have a issue with asciidoctor. My application is working when I am running it outside the docker container. When I am using maven build to generate the jar and run it inside the docker container, it shows :
org.jruby.exceptions.RaiseException: (LoadError) no such file to load --
asciidoctor
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:961)
at RUBY.require(uri:classloader:/META-
INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55)
at RUBY.<main>(<script>:12)
asciidoctorj: 1.5.6
asciidoctor-pdf: 1.5.0-alpha.15
org.jruby:jruby-complete: 1.7.26
dockerfile: openjdk:8u111-jdk
intellij
please help if anyone knows the way to solve the issue, thx!