This PR is WIP that was to containerize ReM for easy deployment. It uses nginxUnit. While I got the container to run, I had issues with accessing the document-based database for TinyDB. I was not able to figure out why. It seem to be a permission issue but a chmod within the Dockerfile didn't seem to fix it.
This PR is WIP that was to containerize ReM for easy deployment. It uses
nginx
Unit
. While I got the container to run, I had issues with accessing the document-based database for TinyDB. I was not able to figure out why. It seem to be a permission issue but achmod
within the Dockerfile didn't seem to fix it.Closes #15