pinchflat/docker-compose.yml
2024-02-16 09:50:15 -08:00

12 lines
176 B
YAML

version: '3'
services:
phx:
build: .
volumes:
- '.:/app'
ports:
- '4008:4008'
command:
- ./docker-run.sh
stdin_open: true
tty: true