* Added local tooling config files to the tooling/ directory * Moved as many docker-related files as possible * Updated dockerfile path * Updated the correct dockerfile instead how about * Off day - jeez louise * Juggled around some more dockerfiles * more dockerfile * More docker tests * it's docker time * One more shot
12 lines
217 B
YAML
12 lines
217 B
YAML
services:
|
|
phx:
|
|
build:
|
|
context: .
|
|
dockerfile: ./docker/dev.Dockerfile
|
|
environment:
|
|
- MIX_ENV=test
|
|
volumes:
|
|
- '.:/app'
|
|
ports:
|
|
- '4008:4008'
|
|
command: tail -F /dev/null
|