To improve code-change-to-build time, we should move as much installations as possible from the startup.sh script to the Dockerfile.
Docker allows to only change the scripts folder (=source code) and re-run the startup script, while keeping the image, so this should reduce time it takes to bring code changes to the webserver. Ask André about the details ;-)
To improve code-change-to-build time, we should move as much installations as possible from the startup.sh script to the Dockerfile. Docker allows to only change the scripts folder (=source code) and re-run the startup script, while keeping the image, so this should reduce time it takes to bring code changes to the webserver. Ask André about the details ;-)