From bd14ac96569273362b29f29575b36f73be39ddbd Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 21 Sep 2019 11:19:22 +0200 Subject: [PATCH] add missing install step to setup target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e1cdca..26c5670 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ setup: @docker-compose run vault npm install @docker-compose run auditorium npm install @docker-compose run server go mod download + @docker-compose run homepage pip install --user -r requirements.txt @echo "Successfully built containers and installed dependencies." @echo "If this is your initial setup, you can run 'make bootstrap' next" @echo "to create the needed local keys and seed the database."