From 38b0024b75aeb848dbb102aebc93f1a2f911d9b6 Mon Sep 17 00:00:00 2001 From: George Carpinisan Date: Sun, 22 Dec 2024 15:49:52 +0200 Subject: [PATCH] fix(tests): Modify faulty Kraftfile Signed-off-by: George Carpinisan --- tests/synthetic/dir/Kraftfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/synthetic/dir/Kraftfile b/tests/synthetic/dir/Kraftfile index c692e659..0abac1f9 100644 --- a/tests/synthetic/dir/Kraftfile +++ b/tests/synthetic/dir/Kraftfile @@ -4,4 +4,4 @@ runtime: base:latest rootfs: ./Dockerfile -cmd: ["python2 threading-demo.py"] +cmd: ["/dir"]