kipunji/docker-compose.yml
2024-07-02 15:24:45 -05:00

16 lines
219 B
YAML

services:
web:
build:
context: .
target: dev
ports:
- "4567:4567"
volumes:
- .:/app
environment:
{}
# WEB_CONCURRENCY: 3
command:
- sleep
- infinity