pinchflat/docker-compose.yml
2024-06-13 15:39:29 -07:00

16 lines
264 B
YAML

version: '3'
services:
phx:
build:
context: .
dockerfile: ./dev.Dockerfile
volumes:
- '.:/app'
ports:
- '4008:4008'
command:
- ./docker/docker-run.dev.sh
stdin_open: true
tty: true
env_file:
- .env