Closed bostrt closed 4 years ago
@isimluk Here's some work on the Dockerfile so it will run in OpenShift (4). It runs now but still only seeing the default Apache HTTPD webpage. Now just getting HTTP 503's.
If you want to run a build version of this:
# oc create secret generic certs --from-file=tls.key=webserver.key.pem --from-file=tls.crt=webserver.cert.pem
# oc new-app quay.io/bostrt/openemr-test
# oc set volumes dc/openemr-test --add -t secret --secret-name=certs -m /etc/ssl/certs
This should deploy? :thinking:
LGTM! :1st_place_medal:
@isimluk Here's some work on the Dockerfile so it will run in OpenShift (4).
It runs now but still only seeing the default Apache HTTPD webpage.Now just getting HTTP 503's.If you want to run a build version of this:
This should deploy? :thinking: