2017-03-08 19:20:16 +00:00
|
|
|
VERSION?="0.3.12"
|
2015-09-24 23:41:40 +00:00
|
|
|
|
2016-10-29 20:49:57 +00:00
|
|
|
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}
|
2015-09-24 23:41:40 +00:00
|
|
|
|
2016-10-29 20:49:57 +00:00
|
|
|
.PHONY: website
|