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"]