mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-17 23:11:18 +00:00
Add bracket [] in Dockerfile's entrypoint to parse argument correctly.
This commit is contained in:
@@ -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