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