mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 19:24:19 +01:00
server: make: add local-env target for convenience
Signed-off-by: Max R. Carrara <max@aequito.sh>
This commit is contained in:
parent
68e940986d
commit
aa20d32c27
1 changed files with 3 additions and 1 deletions
|
|
@ -9,10 +9,12 @@ COMPOSE_PROJECT := $(shell basename $(shell pwd))
|
|||
.env: .env.template
|
||||
cp -a .env.template .env
|
||||
|
||||
.PHONY := local local-stop local-down local-clean
|
||||
.PHONY := local local-env local-stop local-down local-clean
|
||||
local: .env
|
||||
docker compose -f $(COMPOSE_FILE_LOCAL) up -d
|
||||
|
||||
local-env: .env
|
||||
|
||||
local-stop:
|
||||
docker compose -f $(COMPOSE_FILE_LOCAL) stop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue