mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
Tabs v spaces
This commit is contained in:
parent
61d814e69c
commit
d87b6130a5
@ -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" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user