Small example project demonstrating:
- Dockerized Node.js application
- docker-compose usage
- Basic CI pipeline with GitHub Actions
This repository is a learning project to practice Docker and CI fundamentals.
docker-compose up --build
On each push, GitHub Actions builds the Docker image to verify that the application can be built successfully.