I cloned the repo https://github.com/ManageIQ/manageiq/ and used the Dockerfile
to build the docker image. But when I start the container none of the files are served.
It seems the files required are under public/
directory but I'm not sure where it should be copied manually. I tried copying all files to app/assets/
but still I get the same error.
Any idea where the public/*
files should be copied to?
This is how the default login page looks like
And there's a lot of errors on the console.
config/application.rb
says the following and I've tried that already as stated above.
# TODO: Move to asset pipeline enabled by moving assets from public to app/assets
config.asset_path = "%s"