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