diff --git a/Makefile b/Makefile index 9e13c8f4..5b1e3ed9 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ install-python: install-typescript: yarn add webpack && cd application/frontend && yarn build -install: install-typescript install-python +install: install-typescript install-python migrate-upgrade docker-dev: docker build -f Dockerfile-dev -t opencre-dev:$(shell git rev-parse HEAD) .