Documentation proofing
This commit is contained in:
committed by
Thomas Citharel
parent
f3ff8c5b1e
commit
2821e5f12a
4
Makefile
4
Makefile
@@ -3,11 +3,11 @@ init:
|
||||
make start
|
||||
|
||||
start: stop
|
||||
@bash docker/message.sh "starting MobiliZon with docker"
|
||||
@bash docker/message.sh "starting Mobilizon with docker"
|
||||
docker-compose up -d
|
||||
@bash docker/message.sh "started"
|
||||
stop:
|
||||
@bash docker/message.sh "stopping MobiliZon"
|
||||
@bash docker/message.sh "stopping Mobilizon"
|
||||
docker-compose down
|
||||
@bash docker/message.sh "stopped"
|
||||
test: stop
|
||||
|
||||
Reference in New Issue
Block a user