Skip to content
Snippets Groups Projects
Forked from TO / cf-online-ui
62 commits behind the upstream repository.
Makefile 231 B
.PHONY: build-image
build-image:
	docker build \
        --build-arg BUILD_REACT_APP_STYLEGUIDE_URL=$${STYLEGUIDE_PUBLIC_URL:-https://styleguide.pir-test.eu}/$${STYLEGUIDE_VERSION:-latest} \
        --tag cf2021:latest \
        .