Command is docker-compose

This commit is contained in:
niten 2023-07-08 18:54:10 -07:00
parent 524072fe7d
commit bab13c6d35
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ let
name = "lemmy-docker-image";
src = lemmyDockerComposeCfgDir;
buildInputs = with pkgs; [ docker-compose ];
buildPhase = "docker compose build";
buildPhase = "docker-compose build";
installPhase = ''
ls
exit 1