Tabs v spaces

This commit is contained in:
Seth Vargo 2017-04-04 12:45:08 -04:00
parent 61d814e69c
commit d87b6130a5
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF

View File

@ -3,8 +3,8 @@ VERSION?="0.3.22"
build: build:
@echo "==> Starting build in Docker..." @echo "==> Starting build in Docker..."
@docker run \ @docker run \
--interactive \ --interactive \
--rm \ --rm \
--tty \ --tty \
--volume "$(shell pwd):/website" \ --volume "$(shell pwd):/website" \
hashicorp/middleman-hashicorp:${VERSION} \ hashicorp/middleman-hashicorp:${VERSION} \
@ -13,8 +13,8 @@ build:
website: website:
@echo "==> Starting website in Docker..." @echo "==> Starting website in Docker..."
@docker run \ @docker run \
--interactive \ --interactive \
--rm \ --rm \
--tty \ --tty \
--publish "4567:4567" \ --publish "4567:4567" \
--publish "35729:35729" \ --publish "35729:35729" \