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:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/dev.Dockerfile
|
||||
dockerfile: ./dev.Dockerfile
|
||||
volumes:
|
||||
- '.:/app'
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue