From 4d70a98902c36bd0720371f8bfb9f48de4397dc3 Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Sat, 4 Apr 2026 20:25:31 +0200 Subject: [PATCH] chore: update Containerfile to start the app instead of hello world refs NOISSUE --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b4dbead..0f6161f 100644 --- a/Containerfile +++ b/Containerfile @@ -3,4 +3,4 @@ FROM alpine WORKDIR /app COPY ./ai_software_factory/* /app -CMD ["sh", "/app/hello_world.sh"] \ No newline at end of file +CMD ["python", "/app/main.py"]