Files
real-time-fund/docker-compose.yml
2026-02-05 23:14:20 +08:00

8 lines
82 B
YAML

services:
app:
build: .
ports:
- "3000:3000"
restart: always