Development-easy is very slow - How to deploy?

Trying to test some basic changes, but doing docker compose from development-easy results in a very very slow website that maxes out CPU on my (very basic) server. Obviously the build takes a while, and that’s not a big deal, but how could I run my built version without all the debug overhead? The production version is very fast

hi @Dimencia, you can edit the docker-compose.yml and choose another image. The flex images do a lot of stuff that will slow down an older cpu and memory challenged hardware.

Changing to anything other than flex gives the error:
Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: “./run_openemr.sh”: stat ./run_openemr.sh: no such file or directory: unknown

Is flex not required to build from local source?

Check out Docker Hub for examples.