Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/openemr/flex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ COPY utilities/devtoolsLibrary.source /root/
RUN mkdir /snapshots
RUN mkdir /certs
RUN mkdir -p /couchdb/original
#Copy auto_configure so we can do backup/restore with dev tools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also clarify in comment that we are aware are also adding above (line 113) to another place (just so we don't remove one of them in future)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rec removing lines 432-433 in openemr.sh to clean up loose end

COPY auto_configure.php /root/
#Copy demo data to root
COPY utilities/demo_5_0_0_5.sql /root/
RUN chmod 500 /root/devtools
Expand Down
Loading