We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c234980 + 3bf510c commit 349e2a3Copy full SHA for 349e2a3
services/web/server/Makefile
@@ -38,6 +38,13 @@ tests-integration: ## runs integration tests against local+production images
38
export DOCKER_IMAGE_TAG=production; \
39
pytest -vv --exitfirst --failed-first --durations=10 --pdb $(CURDIR)/tests/integration
40
41
+tests: tests-unit tests-integration
42
+
43
44
+.PHONY: build build-nc build-devel build-devel-nc build-cache build-cache-nc
45
+build build-nc build-devel build-devel-nc build-cache build-cache-nc: openapi-specs ## docker image build in many flavours
46
+ # building ${APP_NAME} ...
47
+ @$(MAKE) --directory ${REPO_BASE_DIR} $@ target=${APP_NAME}
48
49
.PHONY: run-devel
50
run-devel: ## runs app with pg service
0 commit comments