Skeletion for all future projects using Docker
This is a starter template for all my dev projects using Docker, Python, and Node.js.
Clone this template: git clone https://github.com/yourusername/project-skeleton my-new-project cd my-new-project
Build the Docker image: make build
Start the container: make start
Start developing inside /app inside the container!