-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Per your question about the changes to the Dockerfile, there were a lot of changes so that
a) all of the security/prod hardening stuff was removed (don't need SSL for development, for instance)
b) the system is git pulled from dev tip to build and then the code on the host is mounted in via a docker compose volume
Please take a look and give me feedback. There's still cleanup work to do (can't figure out how to rm -rf /var/www/localhost/htdocs/openemr_for_build after the build / copying is done. Would love to have /var/www/localhost/htdocs/openemr as the WORKDIR). Would also like a motd around not using this for production... just for local dev convenience.
Once this is done, I'd like to get it in the devops repo and on docker hub. It will be featured as a primary dev reference and the README will be filled with goodies :)
Okay, enough of my chatter... please take a look and start the conversation!