Creates a Dockerfile to containerize the application using Python 3.11.
Specifies base image, sets environment variables, defines working directory, copies dependencies, installs them using pip, copies the source code, exposes port 5000, and defines the command to run the application.