escapes dockerfile variable
This commit is contained in:
parent
6935bdeeb2
commit
03e32f5d29
@ -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()}"
|
||||
|
Reference in New Issue
Block a user