Updated Dockerfile to remove USER line, as that prevents proper file mapping writing. Updated compose file to map to /app/data where the database is supposed to be.
Added docker compose to mount Volume for Data.
Inital Commit of Code base, nothing tested.