mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-22 18:14:46 +00:00
12 lines
268 B
YAML
12 lines
268 B
YAML
services:
|
|
phx:
|
|
build:
|
|
context: .
|
|
dockerfile: ./docker/dev.Dockerfile
|
|
volumes:
|
|
- '.:/app'
|
|
ports:
|
|
- '4008:4008'
|
|
command: bash -c "chmod +x docker/docker-run.dev.sh && docker/docker-run.dev.sh"
|
|
stdin_open: true
|
|
tty: true
|