mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
install account deps first as other containers depend on it
This commit is contained in:
parent
2213cbd1bc
commit
997784e73b
2
Makefile
2
Makefile
@ -7,12 +7,12 @@ help:
|
|||||||
|
|
||||||
setup:
|
setup:
|
||||||
@docker-compose build
|
@docker-compose build
|
||||||
|
@docker-compose run accounts pip install --user -r requirements.txt -r requirements-dev.txt
|
||||||
@docker-compose run script npm install
|
@docker-compose run script npm install
|
||||||
@docker-compose run vault npm install
|
@docker-compose run vault npm install
|
||||||
@docker-compose run auditorium npm install
|
@docker-compose run auditorium npm install
|
||||||
@docker-compose run server go mod download
|
@docker-compose run server go mod download
|
||||||
@docker-compose run kms go mod download
|
@docker-compose run kms go mod download
|
||||||
@docker-compose run accounts pip install --user -r requirements.txt -r requirements-dev.txt
|
|
||||||
@echo "Successfully built containers and installed dependencies."
|
@echo "Successfully built containers and installed dependencies."
|
||||||
@echo "If this is your initial setup, you can run 'make bootstrap' next"
|
@echo "If this is your initial setup, you can run 'make bootstrap' next"
|
||||||
@echo "to create the needed local keys and seed the database."
|
@echo "to create the needed local keys and seed the database."
|
||||||
|
Loading…
Reference in New Issue
Block a user