escapes dockerfile variable

This commit is contained in:
Hyatt 2022-03-25 09:46:53 -05:00
parent 6935bdeeb2
commit 03e32f5d29
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -22,7 +22,7 @@ USER icecast
RUNAS icecast
CMD ["/bin/sh", "-c", "icecast -c \\"${CONFIG_FILE}\\""]
CMD ["/bin/sh", "-c", "icecast -c \\"\${CONFIG_FILE}\\""]
"""
def label = "kubernetes-${UUID.randomUUID().toString()}"