chore: update Containerfile to start the app instead of hello world refs NOISSUE

This commit is contained in:
2026-04-04 20:25:31 +02:00
parent f65f0b3603
commit 4d70a98902

View File

@@ -3,4 +3,4 @@ FROM alpine
WORKDIR /app WORKDIR /app
COPY ./ai_software_factory/* /app COPY ./ai_software_factory/* /app
CMD ["sh", "/app/hello_world.sh"] CMD ["python", "/app/main.py"]