Updated dockerfile path
This commit is contained in:
parent
e32d883797
commit
073771aee6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ services:
|
||||||
phx:
|
phx:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/dev.Dockerfile
|
dockerfile: ./dev.Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- '.:/app'
|
- '.:/app'
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue