From d82b811e55a15049bf73ae7d37dbe21425197de5 Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Thu, 2 Apr 2026 02:09:35 +0200 Subject: [PATCH] fix: fix container build, refs NOISSUE --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 364c613..b4dbead 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM alpine WORKDIR /app -COPY ./ai_test/* /app +COPY ./ai_software_factory/* /app CMD ["sh", "/app/hello_world.sh"] \ No newline at end of file