Using compose's develop
This commit is contained in:
+7
-2
@@ -3,9 +3,14 @@ services:
|
||||
build:
|
||||
context: .
|
||||
target: dev
|
||||
develop:
|
||||
watch:
|
||||
- path: ./
|
||||
include: "mix.*"
|
||||
target: "/app"
|
||||
action: sync+restart
|
||||
initial_sync: true
|
||||
volumes:
|
||||
- "./mix.exs:/app/mix.exs"
|
||||
- "./mix.lock:/app/mix.lock"
|
||||
- "app_build:/app/_build"
|
||||
- "app_deps:/app_deps"
|
||||
- "./config:/app/config"
|
||||
|
||||
Reference in New Issue
Block a user