Skip to content

Commit 780ee78

Browse files
committed
Make the entrypoint pass Cmd to the actual program
1 parent 0a61ac3 commit 780ee78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dockerTools.buildLayeredImage {
1818
Entrypoint = [
1919
"/bin/tini"
2020
"/bin/balancer"
21+
"--"
2122
];
2223
WorkingDir = "/";
2324
};

0 commit comments

Comments
 (0)