You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
BTW, I lied to you. Our git woes will not be solved by this solution. Folks will have the same problems as they do now with checking in sqlconf, template caches, and the like. :/ :/ :/
Can't get around it, despite a few approaches. Just going to need to create a video or something along those lines with our new and shiny YouTube channel when we launch dev.open-emr.org
@jesdynf,
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!
The text was updated successfully, but these errors were encountered: