This repository contains sample Dockerfiles for different technologies, including Node.js, Docker Compose, and Python Flask. Each directory represents a separate technology with its respective Dockerfile and README.
- Directory:
nodejs/
- Description: Contains a sample Dockerfile for a Node.js application.
- Directory:
docker-compose/
- Description: Contains a sample Docker Compose configuration for a multi-container application.
- Directory:
Py-flask/
- Description: Contains a sample Dockerfile for a Python Flask application.
Each directory contains a README with instructions on how to build and run the Docker image or Docker Compose configuration for the respective technology.
Feel free to contribute by adding more sample Dockerfiles for other technologies or by improving existing ones. Pull requests are welcome!