dumant/Makefile

23 lines
345 B
Makefile
Raw Permalink Normal View History

2025-07-13 09:46:56 -07:00
2025-07-13 09:54:30 -07:00
DOCKER_COMPOSE := COMPOSE_MENU=0 docker compose --env-file ./env
2025-07-13 09:46:56 -07:00
default: up
up: env
$(DOCKER_COMPOSE) up
build:
$(DOCKER_COMPOSE) build
env:
@echo "Please copy env.in to env and edit the contents to what you need."
@false
signalbash:
$(DOCKER_COMPOSE) run --rm signal-cli bash
import_factoids:
$(DOCKER_COMPOSE) run --rm init-db