You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should use <cmd> for the final command to use which is calling the java start up script. If you need some extra RUN instructions in your Dockerfile for doing some setup stuff, use <runCmds>. See https://dmp.fabric8.io/#build-configuration for details.
I'm trying to create a truststore adding certificates located into a folder. This is my
build
section.This is the
Dockerfile
fabric8 generates:I don't know why it doesn't work.
Do you suggest me another way to get my goal?
The text was updated successfully, but these errors were encountered: