Blog Archive for May 23, 2023

Checking File Changes in Docker Build

May 23, 2023

I'm working on dockerising some existing PHP applications. Sometimes we need to change the PHP source that we're provided with to make it work in the dockerised environment.

It's useful to protect ourselves from changes to this file - we want the docker build to fail if the file has …