// This file must match its sibling except for the value of index.txt
containers: {
	web: {
		image: "public.ecr.aws/docker/library/busybox:latest"
		files: {
			"/foo/index.txt": "2"
		}
	}
}
