dex/docker-compose.yml
chris 671e72972a Apply Prettier to the whole tree
Pure formatting — no behaviour change. Verified: build passes, all 14
routes render, service worker active, no console errors.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017Ve7HLspzeG2xDPtJQ8vmu
2026-09-10 11:24:31 -04:00

11 lines
156 B
YAML

services:
web:
build:
context: .
args:
BASE_PATH: /
image: pocketdex
ports:
- '8080:80'
restart: unless-stopped