FROM python:3.11 COPY easy_pow.py /app/ WORKDIR /app EXPOSE 10001 CMD [ "python", "easy_pow.py" ]