8 lines
99 B
Makefile
8 lines
99 B
Makefile
DEPLOY_DIR := ./deploy
|
|
|
|
up:
|
|
- sh ${DEPLOY_DIR}/start-stack.sh
|
|
|
|
down:
|
|
- docker stack rm egommerce
|