FROM alpine WORKDIR /app COPY ./ai_software_factory/* /app CMD ["python", "/app/main.py"]