Skip to content
Snippets Groups Projects
Select Git revision
  • 8762f8236f694a1e33e0312460a80d94a271e4e3
  • main default protected
  • cf2025
  • cf2024
  • cf2023-euro
  • cf2023-offline
6 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 \
            .