Sha256: fc35736a3cfe70a8aaa5531670ee2910113b6da2c9f6798fb8e4dc0ff089f674
Contents?: true
Size: 511 Bytes
Versions: 4
Compression:
Stored size: 511 Bytes
Contents
VERSION?="0.3.26" build: @echo "==> Starting build in Docker..." @docker run \ --interactive \ --rm \ --tty \ --volume "$(shell pwd):/website" \ hashicorp/middleman-hashicorp:${VERSION} \ bundle exec middleman build --verbose --clean website: @echo "==> Starting website in Docker..." @docker run \ --interactive \ --rm \ --tty \ --publish "4567:4567" \ --publish "35729:35729" \ --volume "$(shell pwd):/website" \ hashicorp/middleman-hashicorp:${VERSION} .PHONY: build website
Version data entries
4 entries across 4 versions & 1 rubygems