diff --git a/nix/tools/docker/default.nix b/nix/tools/docker/default.nix index 2873225b32..8fdce82c1b 100644 --- a/nix/tools/docker/default.nix +++ b/nix/tools/docker/default.nix @@ -8,7 +8,7 @@ let dockerTools.buildImage { name = "postgrest"; tag = "latest"; - contents = postgrest; + copyToRoot = postgrest; # Set the current time as the image creation date. This makes the build # non-reproducible, but that should not be an issue for us.