Select Git revision
-
Marco Ciotola authored
Should probably integrate with django-celery-results and/or django-celery-beat
Marco Ciotola authoredShould probably integrate with django-celery-results and/or django-celery-beat
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 \
.