Skip to content
Snippets Groups Projects
Select Git revision
  • cf2025
  • main default protected
  • cf2024
  • cf2023-euro
  • cf2023-offline
5 results

Makefile

Blame
  • 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 \
            .