diff --git a/deploy/templates/app/Makefile.app.j2 b/deploy/templates/app/Makefile.app.j2 index b247ea6..5932836 100644 --- a/deploy/templates/app/Makefile.app.j2 +++ b/deploy/templates/app/Makefile.app.j2 @@ -1,4 +1,4 @@ -MAKE_APP="docker compose run app make" +MAKE_APP=docker compose run app make echo: "Dummy target, to not run something accidentally"