This project was created to show how you can configure docker and autoloader using composer without using any framework.
- Build and start the container:
docker compose up --build -d
- Stop the container:
docker compose down
- Visit the site on
http://localhost:8000