Closed bostrt closed 4 years ago
Working on this pending discussion about supporting OpenEMR 5.0.2 or 5.0.3 (dev) initially
Latest changes seem promising, the following test command will connect to database and initialize:
$ podman run -e SWARM_MODE=no -e MYSQL_HOST=<host> -e MYSQL_ROOT_PASS=<pass> -p 8443:8443 --rm -it -v $(pwd):/etc/ssl/certs/ quay.io/bostrt/openemr-test:latest
@isimluk I'd like your review if you have time.
LGTM! Well done!
Very much a WIP right now. This PR will contain some work to get this UBI based image fully functioning.