Files
BTCforPlebs.com/docker-compose.yml
2025-10-28 09:19:25 -04:00

11 lines
150 B
YAML

version: "3.8"
services:
web:
build: .
ports:
- "9000:9000"
volumes:
- .:/app
restart: always
command: npm run both