A simple Flask application that says Hello COSC!
To dockerize this Flask application, follow these steps:
- Create a
Dockerfile
in the root directory - Add a
.dockerignore
file to exclude unnecessary files
Create the necessary Docker configuration files to containerize this Flask application.