Pritup pres PHP a docker

This commit is contained in:
Martin Blazik
2026-08-16 20:09:42 +02:00
committed by lachtan obecny
parent 5b8e535be0
commit 8f5a69c86f
11 changed files with 302 additions and 2 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
COMPOSE ?= docker compose
.PHONY: build up down
build:
$(COMPOSE) build
up:
$(COMPOSE) up -d
down:
$(COMPOSE) down