adds a Dockerfile for easier development on the Mac (seems like XAMPP is preferred for Windows)
updates the README with instructions on how to get started with Docker on the Mac
NOTE: Implementing Docker is literally only the addition of a Dockerfile at the root of the repo. It changes nothing else, but allows the user to create a container in which to run the app without having to install servers or any other additional programs. The command provided in the README mounts the local repo to the container allowing the user to immediately see changes to the code.
This PR does two main things:
Dockerfile
at the root of the repo. It changes nothing else, but allows the user to create a container in which to run the app without having to install servers or any other additional programs. The command provided in the README mounts the local repo to the container allowing the user to immediately see changes to the code.