FROM python:3.9-slim WORKDIR /twoapp COPY main.py /twoapp/ CMD ["python", "main.py"]