stack/Makefile

8 lines
100 B
Makefile
Raw Permalink Normal View History

2022-11-30 02:20:48 +01:00
DEPLOY_DIR := ./deploy
up:
2024-12-06 17:08:55 +01:00
- sh ${DEPLOY_DIR}/start-docker.sh
2022-11-30 02:20:48 +01:00
down:
2023-06-24 15:40:54 +02:00
- docker stack rm egommerce