podman -> docker
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled

This commit is contained in:
Priec
2026-06-30 00:49:25 +02:00
parent 602d671996
commit 9d2368ee08
6 changed files with 26 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
COMPOSE ?= podman compose -f podman-compose.prod.yml --env-file .env.production
COMPOSE ?= docker compose -f docker-compose.prod.yml --env-file .env.production
# --- Frontend (Tailwind v4 + PenguinUI) -----------------------------
# Uses the Tailwind v4 standalone binary (no Node required at runtime).