Skip to content

Commit 01bd4d7

Browse files
committed
build: make cmd a list of strings
1 parent 9145805 commit 01bd4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dockerTools.buildLayeredImage {
66

77
# https://github.com/moby/moby/blob/46f7ab808b9504d735d600e259ca0723f76fb164/image/spec/spec.md#image-json-field-descriptions
88
config = {
9-
Cmd = "/bin/harbor-scanner-sysdig-secure";
9+
Cmd = [ "/bin/harbor-scanner-sysdig-secure" ];
1010
User = "1000:1000";
1111
ExposedPorts = {
1212
"5000" = { };

0 commit comments

Comments
 (0)