RealTylerBurr
Dockerfile - ARG
I've defined an ARG in my Dockerfile, and echoing the output confirms its functionality. However, when I attempt to use that variable in my web.yml file using ${}, it doesn't work. I found that using sed -i within a RUN command allows the password to pass successfully. The problem arises when inspecting the build logs, as the echo in my sed -i command is visible there.
4 replies