mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-18 16:00:04 +00:00
Add bracket [] in Dockerfile's entrypoint to parse argument correctly.
This commit is contained in:
committed by
Tomofumi Hayashi
parent
635a275746
commit
e9aa18319d
@@ -24,4 +24,4 @@ ADD ./images/entrypoint.sh /
|
||||
# does it require a root user?
|
||||
# USER 1001
|
||||
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
ENTRYPOINT [/entrypoint.sh]
|
||||
|
Reference in New Issue
Block a user