Format Makefile indentation
This commit is contained in:
parent
50bb79533d
commit
2ce4c6d0e3
18
Makefile
18
Makefile
@ -9,12 +9,12 @@ image-rm:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
@ct=$(shell docker run --rm -d \
|
@ct=$(shell docker run --rm -d \
|
||||||
-v $(PWD)/conf/conf.d:/etc/nginx/conf.d \
|
-v $(PWD)/conf/conf.d:/etc/nginx/conf.d \
|
||||||
-v $(PWD)/html:/var/www \
|
-v $(PWD)/html:/var/www \
|
||||||
-v $(PWD):/opt/app \
|
-v $(PWD):/opt/app \
|
||||||
--network no-internet \
|
--network no-internet \
|
||||||
--add-host=domain.abc=$(loopback) \
|
--add-host=domain.abc=$(loopback) \
|
||||||
--add-host=git.domain.abc=$(loopback) \
|
--add-host=git.domain.abc=$(loopback) \
|
||||||
$(image)); \
|
$(image)); \
|
||||||
docker exec -t $$ct busted; \
|
docker exec -t $$ct busted; \
|
||||||
docker exec $$ct openresty -s stop
|
docker exec $$ct openresty -s stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user