Is your feature request related to a problem? Please describe.
Add Dockerfile and docker-compose.yml files. This will help with development and running the application in the correct environment.
Describe the solution you'd like
Add the following files:
Dockerfile
docker-compose.yml
Describe alternatives you've considered
N/A
Additional context
Docker will make using this project easier for new users. It will also provide a sandbox way to run the project without much Node.js knowledge.
Is your feature request related to a problem? Please describe. Add
Dockerfile
anddocker-compose.yml
files. This will help with development and running the application in the correct environment.Describe the solution you'd like Add the following files:
Describe alternatives you've considered N/A
Additional context Docker will make using this project easier for new users. It will also provide a sandbox way to run the project without much Node.js knowledge.