This repository contains the Dockerfile and docker-compose.yml to run ERPNext and Frappe in Docker containers.
- Clone this repository
- Copy the
.env.example
file to.env
and fill in the required values - Run
make up
to start the containers (this will take a while the first time) - Open
http://localhost:8000
in your browser - Follow the setup wizard to complete the installation
- Enjoy!
make up
to start the containersmake up-rebuild
to rebuild the containers and start them