mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Using env variable
This commit is contained in:
parent
f661395d85
commit
352942647a
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ services:
|
||||||
restart: "no"
|
restart: "no"
|
||||||
working_dir: "/usr/src/app"
|
working_dir: "/usr/src/app"
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/usr/src/app"
|
- "$PWD:/usr/src/app"
|
||||||
- "$HOME/.m2:/root/.m2"
|
- "$HOME/.m2:/root/.m2"
|
||||||
|
|
Loading…
Reference in a new issue