FROM python:3.11 COPY easy_maze.py /app/ WORKDIR /app CMD [ "python", "easy_maze.py" ]